Denys88/rl_animal

unable to install requirements

Closed this issue · 2 comments

I tried
pip install -r requirements.txt
but got these errors:
Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ImportError: No module named 'encodings'

Could you confirm please that you are using linux and python >= 3.6?
I am using 'ray' library which is not supported in Windows.

Silly me. I setup a new virtual environment to run this code and somehow ended up with python 3.5. I recreated the virtual environment with python 3.6 (under ubuntu bionic 18.04.3) and the requirements load just fine. Sorry to bother you with this one!