I have a problem with my Pip version. I am trying out to install the pyDatalog package, which isn't supported by Anaconda.
The following specifications were found to be in conflict:
- pydatalog
- python 3.5*
In my Ubuntu, I have two versions of Python (2.7 and Anaconda with 3.5). For Python 2.7 I don't even know whether or not Pip is installed.
How can I have two different versions of Pip for different versions of Python on one computer? Can I use one version of Pip for both version of Python?
Traceback (most recent call last): File "/usr/local/bin/pip2.7", line 9, in <module> load_entry_point('pip==7.1.0', 'console_scripts', 'pip2.7')() File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 558, in load_entry_point File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2682, in load_entry_point File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2355, in load File "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2361, in resolve ImportError: No module named pippipand you have to do it on your own - onUbuntuuseapt-getorapt-sudo apt-get install python-pip