设置 CarND 环境,错误:属性错误:_DistInfoDistribution__dep_map



我正在按照本教程使用Tensorflow,Keras,Jupyter设置启用GPU的GCP VM机器。我被困在指令的中间:设置 CarND 环境(大约在说明的中间(

这是我的机器配置:ubuntu 16.04 运行 conda 4.5.11 和 python 3.7.0

  1. 使用此版本:https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/environment-gpu.yml
  2. 环境破碎后,我尝试了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:
```

任何帮助将不胜感激!

我在 4 天后尝试了它,现在工作正常。不再检测到任何问题。

相关内容

  • 没有找到相关文章

最新更新