英文:
pip install ppaquette-gym-doom
问题
I wrote pip install ppaquette-gym-doom
and it gives me a error: legacy:install-failure
I tried pip install gensim
, pip install dlib
, --pre
, python -m pip install --upgrade pillow
, python -m pip install --upgrade pip
, and python -m pip install --upgrade wheel
. Those codes didn't solve my problem.
英文:
I wrote pip install ppaquette-gym-doom
and it gives me a
error: legacy:install-failure
I tried pip install gensim
pip install dlib
--pre
python -m pip install --upgrade pillow
python -m pip install --upgrade pip
and python -m pip isntall --upgrade wheel
those codes didnt solved my problem
答案1
得分: 1
我对gym-doom不太熟悉,但根据一些快速的研究,看起来你之所以遇到这个错误是因为"ppaquette-gym-doom"是一个过时的版本。从 GitHub 页面来看,“注意:该环境不再得到维护,并使用了旧版本的 VizDoom。”
新版本似乎只需要“pip install gym-doom”。这也需要一个名为Vizdoom的东西。
再次强调,这仅仅是基于快速的研究。我从未使用过这些库。
英文:
I am not familiar with gym-doom but based on some quick research it looks like you are getting this error because "ppaquette-gym-doom" is an obsolete version. From the github page "Note: This environment is not maintained anymore, and uses an old version of VizDoom."
It seems like the new version is simply "pip install gym-doom". This will also require something called Vizdoom.
Again this is based on quick research. I have never used these libraries.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论