What is your default python version? You can install with pip for a particular version by running : <path_to_python>/python -m pip install <package>
E.g. on Windows C:\Python37\python.exe -m pip install <package> On Thursday, April 25, 2019 at 11:32:23 AM UTC+3, Bob Gailer wrote: > > I have several python versions installed, up to 3.7. pip installs things > in 3.5. Why, and how do I get it to target 3.7? > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
