Closed Curmen closed 5 years ago
For most system pip installs in python 2 and pip3 installs in python 3
try typing pip -V
you should get something like this below
~$ pip -V pip 8.1.1 from /usr/local/lib/python2.7/site-packages (python 2.7)
and pip3 -V
~$ pip3 -V pip 8.1.1 from /usr/local/lib/python3.5/site-packages (python 3.5)
For most system pip installs in python 2 and pip3 installs in python 3
try typing pip -V
you should get something like this below
~$ pip -V pip 8.1.1 from /usr/local/lib/python2.7/site-packages (python 2.7)
and pip3 -V
~$ pip3 -V pip 8.1.1 from /usr/local/lib/python3.5/site-packages (python 3.5)
Thank you PolymaTh-EE98. When i install python on Conda Virtual env. , i have pip3 My Conda Enviroment's python version is 3.5.6 Which i try to install the version of python 3.7.4 so i guess this may cause the problem.
Hello, I'm trying to setup pypylon but i couldn't figure out. Python version is 3.7.4
I download and install pylon software from basler web site. then i install wheel with
pip install pypylon-1.5.1-cp37-cp37m-win_amd64.whl
When my directory on C:\ i can
import pypylon as py
like shown belowHowever when my directory changed C:\ to C:\pypylon i couldn't import pypylon
I'm totally confused. Also i already downloaded pypylon folder from github repository and the direction of the folder is C:\pypylon When i try to run
pip install .
command given this error ;