Solution [Errno 13] of: EnvironmentError when [tensorflow] installation package

Copyright: please indicate the source https://blog.csdn.net/weixin_40937100/article/details/88878339

EnvironmentError often appear in the installation package when: [Errno 13] problem:
Here Insert Picture Description
give out the wrong message, the solution is the original command:

$ pip install tensorflow

change into:

$ pip install --user tensorflow

To solve these problems.

Guess you like

Origin blog.csdn.net/weixin_40937100/article/details/88878339