FinRL
FinRL copied to clipboard
No matching distribution found for elegantrl
Environment:
- Anaconda3
- Python 3.8.8
- Linux without Internet
Here are the steps I followed, leading to the error:
- Installed
elegantrlversion 0.3.6 locally. - Confirmed that
elegantrlis installed correctly by running/data/anaconda3/bin/pip list. - Modified
requirements.txtin thefinrlpackage to comment outelegantrl. - Executed the installation command
/data/anaconda3/bin/pip install .in thefinrldirectory.
Expected Behavior:
finrl should recognize the locally installed elegantrl package and proceed with the installation without attempting to access the internet.
Actual Behavior: The installation process fails with the following error message: No matching distribution found for elegantrl(unavailable)
elegantrl is updating recently. pls use SB3 first. thanks
now you can use eleganrl==0.3.6 version :)