You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ls ~/anaconda3/envs/doom-env/lib/python3.6/site-packages/ | grep doom:
vizdoom-1.1.6.dist-info
try to import:
$ python
Python 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 12:22:00)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import vizdoom
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'vizdoom'
I guess if it is installed successfully then inside ~/anaconda3/envs/doom-env/lib/python3.6/site-packages/ there should be another vizdoom folder besides the vizdoom-1.1.6.dist-info folder?
Any help would be highly appreciated! Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey,
Ubuntu16.04
,anaconda3
,python3.6
pip install vizdoom
:$ ls ~/anaconda3/envs/doom-env/lib/python3.6/site-packages/ | grep doom
:I guess if it is installed successfully then inside
~/anaconda3/envs/doom-env/lib/python3.6/site-packages/
there should be anothervizdoom
folder besides thevizdoom-1.1.6.dist-info
folder?Any help would be highly appreciated! Thanks in advance!
The text was updated successfully, but these errors were encountered: