Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python常见问题 #189

Open
v5tech opened this issue Dec 31, 2019 · 0 comments
Open

Python常见问题 #189

v5tech opened this issue Dec 31, 2019 · 0 comments

Comments

@v5tech
Copy link
Owner

v5tech commented Dec 31, 2019

Python常见问题

1、ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

pip3 install -U --ignore-installed wrapt

或者

pip3 install wrapt --upgrade --ignore-installed
pip3 install tensorflow

2、ERROR: tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 39.1.0 which is incompatible.

pip3 install --upgrade setuptools

3、upgrade pip setuptools wheel

python -m pip install --upgrade pip setuptools wheel

参考链接

tensorflow/tensorflow#30191

https://datatofish.com/upgrade-pip

https://pip.pypa.io/en/stable/installing

https://pip.pypa.io/en/stable/user_guide/#config-file

https://packaging.python.org/tutorials/installing-packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant