how to solve “bad interpreter: Too many levels of symbolic links”

前端 未结 6 1934
野趣味
野趣味 2020-12-09 20:25

I am trying to install numpy in a virtual environment that I created. I used the following series of commands to create and activate and then installing a local version of n

6条回答
  •  悲哀的现实
    2020-12-09 20:47

    When I tried to install Tensorflow by Virtualenv, I confronted this question too. I just removed the old env, then built a new env. It works.

    When I type which pip, it returns /Users/xiang/tensorflow/bin/pip. Which is exactly the path in the new env I built.

提交回复
热议问题