Yesterday I tried to install the zipline library. Still, I am getting a never-ending “setting the environment loop” and cannot even access the installed libraries due to a never-ending loading icon. How can I fix this? Many thanks in advance.
Hi @DimitriosOnline,
it seems that zipline doesn’t support python 3.8. Unfortunately it causes this infinite installation process.
Currently the solution to stop the endless loop is to remove the line - zipline
from the environment.yml
in the Attached Files.
To use the zipline package you’ll have to install a python 3.6 environment using init.sh
, it’s possible yet not trivial, please tell me if you need assistance