我正在追踪this tutorial,以使用Tensorflow,Keras和Jupyter来设置启用GPU的GCP VM机器。我陷入了指令的中间:设置CarND环境(在指令的中间)
这是我的机器配置:ubuntu 16.04使用python 3.7.0运行conda 4.5.11
conda env remove -n carnd-term1
,然后再次尝试了conda env create -f environment-gpu.yml
。 即使在此之后,我仍然收到相同的错误消息: 这是我收到的错误消息,我似乎无法弄清楚问题出在哪里。
```
Exception:
Traceback (most recent call last):
File "/home/USER_NAME/miniconda3/envs/carnd-term1/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2869, in _dep_map
return self.__dep_map
File "/home/USER_NAME/miniconda3/envs/carnd-term1/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2663, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
During handling of the above exception, another exception occurred:
```
任何帮助将不胜感激!
答案 0 :(得分:0)
4天后我尝试了一下,现在可以正常使用了。不再检测到问题。