pip install ppaquette-gym-doom

huangapple go评论54阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年2月16日 05:05:41
  • 转载请务必保留本文链接:https://go.coder-hub.com/75465427.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定