ubuntu安装配置python3.6

ubuntu1安装配置python3.6

ubuntu下python在pycharm环境下安装setuptools和pip

解决办法--PyCharm安装python工具时提示No module named setuptools,安装setuptools时又提示ERROR 403: SSL is required

error: error in 'egg_base' option: 'src' does not exist or is not a directory

更换python版本后出现 No module named "apt_pkg"

http://www.drehere.com/?s=error%20in%20egg%20base

Q&A:
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 srcand 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

https://stackoverflow.com/questions/50755705/error-error-in-egg-base-option-src-does-not-exist-or-is-not-a-directory

 

猜你喜欢

转载自blog.csdn.net/u013247461/article/details/86477621