insilicomedicine / GENTRL

Generative Tensorial Reinforcement Learning (GENTRL) model
596 stars 215 forks source link

import error for gentrl module #12

Open eperspicace opened 4 years ago

eperspicace commented 4 years ago

Hi,

I followed your installation instructions and I installed it on MacOS Mojave without errors. Nevertheless, when I tried to import gentrl module I got this issue:

Python 3.6.5 |Anaconda, Inc.| (default, Apr 26 2018, 08:42:37) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import gentrl Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'gentrl'

I also followed a previous post from xuzhang5788 when he suggests to upgrade jupyter-notebook but it didn't work in my case.

Do you have any suggestions please?

Thank you in advance for your help.

King regards

Eric

PS: from pip freeze

appnope==0.1.0 attrs==19.2.0 backcall==0.1.0 bleach==3.1.0 certifi==2019.9.11 cycler==0.10.0 decorator==4.4.0 defusedxml==0.6.0 entrypoints==0.3 fcd-torch==1.0.7 gentrl==0.1 ipykernel==5.1.2 ipython==7.8.0 ipython-genutils==0.2.0 ipywidgets==7.5.1 jedi==0.15.1 Jinja2==2.10.1 jsonschema==3.0.2 jupyter==1.0.0 jupyter-client==5.3.3 jupyter-console==6.0.0 jupyter-core==4.5.0 kiwisolver==1.1.0 MarkupSafe==1.1.1 matplotlib==3.1.1 mistune==0.8.4 mkl-fft==1.0.14 mkl-random==1.1.0 mkl-service==2.3.0 molsets==0.1.3 nbconvert==5.6.0 nbformat==4.4.0 notebook==6.0.1 numpy==1.17.2 olefile==0.46 pandas==0.25.1 pandocfilters==1.4.2 parso==0.5.1 pexpect==4.7.0 pickleshare==0.7.5 Pillow==6.1.0 prometheus-client==0.7.1 prompt-toolkit==2.0.9 ptyprocess==0.6.0 Pygments==2.4.2 pyparsing==2.4.2 pyrsistent==0.15.4 python-dateutil==2.8.0 pytz==2019.2 pyzmq==18.1.0 qtconsole==4.5.5 scipy==1.3.1 seaborn==0.9.0 Send2Trash==1.5.0 six==1.12.0 terminado==0.8.2 testpath==0.4.2 torch==1.2.0 tornado==6.0.3 tqdm==4.36.1 traitlets==4.3.2 wcwidth==0.1.7 webencodings==0.5.1 widgetsnbextension==3.5.1