I'm trying to install Python packaging tools in Pycharm CE Ubuntu 18.04 and this error occurs.
Excuted command: /tmp/tmpl3kyfibgpycharm-management/pip-10.0.1/setup.py install
Error ocurred: error: error in 'egg_base' option: 'src' does not exist or is not a directory
Command output:
running install running bdist_egg error: error in 'egg_base' option: 'src' does not exist or is not a directory
I also tried pip install src
and this does not work either.
For python 3 you must install it using
sudo apt-get install python3-pip
it will work for python 2.7
sudo apt-get install python-pip
When choose the route of Project Interpreter, you'd better select the route '/usr/bin/python3'
instead of '/usr/bin/python3.6'
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With