jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

i am facing error while installing gym #70

Closed ashubansal005 closed 4 years ago

ashubansal005 commented 4 years ago

using pip install --exists-action i --upgrade gym

error have ERROR: spyder 4.1.3 requires pyqt5<5.13; python_version >= "3", which is not installed. ERROR: spyder 4.1.3 requires pyqtwebengine<5.13; python_version >= "3", which is not installed.

ashubansal005 commented 4 years ago

also face error in tensorflow while typing import tensorflow as tf

ImportError: DLL load failed: The specified module could not be found. Failed to load the native TensorFlow runtime.

jeffheaton commented 4 years ago

Usually that error comes from not doing conda activate tensorflow before jupyter notebook. I've not seen the error above. I suggest filing an issue with gym to see if they have any suggestions. Since it is their library, they can support you better than I.