Farama-Foundation / ViZDoom

Reinforcement Learning environments based on the 1993 game Doom :godmode:

Home Page:https://vizdoom.farama.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curious why can't I install vizdoom with conda deps?

lizelive opened this issue · comments

looking at guide conda install guide

Note that pip install vizdoom won't work with conda install and you have to follow these steps.

I would like to understand this. It would make more sense to me if had to install like git+https://github.com/mwydmuch/ViZDoom.git in pip section but that doesn't work unless I install system deps.

creating a conda package for it would solve this problem

is that the only way? is it possible to get access to the conda deps during the pip install step?

also when installing from pypi does it compile?