Typically, the pips (pip3.exe, pip.exe) are stored in the Scripts folder. For example: C:\Program Files (x86)\Python3\Scripts\pip3.exe But if you have multiple (conda?) environments installed, probably every env has a Scripts folder. If you want to use pip to install in a specific env, make sure you use the pip in that specific env! If you are in a python3 env, you can also just use pip (instead of pip3).
Op dinsdag 25 januari 2022 om 12:25:14 UTC+1 schreef [email protected]: > Hi > > I would like to install a package (scikit-learn) so that I can use it with > Spyder IDE. However, I didn’t find the “pip3” command in Spyder\Python > folder. > > > > C:\Users\m_nad\AppData\Local\Programs\Spyder\Python>dir > > Volume in drive C has no label. > > Volume Serial Number is 70A2-44D7 > > > > Directory of C:\Users\m_nad\AppData\Local\Programs\Spyder\Python > > > > 12/27/2021 07:32 PM <DIR> . > > 12/27/2021 07:32 PM <DIR> .. > > 11/24/2021 11:30 PM 3,399,200 libcrypto-1_1.dll > > 11/24/2021 11:30 PM 689,184 libssl-1_1.dll > > 11/24/2021 11:30 PM 13,029 LICENSE.txt > > 11/24/2021 11:30 PM 202,768 pyexpat.pyd > > 11/24/2021 11:30 PM 100,368 python.exe > > 11/24/2021 11:30 PM 58,896 python3.dll > > 11/24/2021 11:30 PM 3,750,416 python37.dll > > 11/24/2021 11:30 PM 2,397,995 python37.zip > > 11/24/2021 11:30 PM 103 python37._pth > > 11/24/2021 11:30 PM 98,832 pythonw.exe > > 11/24/2021 11:30 PM 27,152 select.pyd > > > > How can I install that package then? > > > > > > Regards, > > Mahmood > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/d80d38cf-3505-4611-9824-9b82e55e3ccdn%40googlegroups.com.
