FinRL icon indicating copy to clipboard operation
FinRL copied to clipboard

No matching distribution found for elegantrl

Open sundaysz opened this issue 2 years ago • 2 comments

Environment:

  • Anaconda3
  • Python 3.8.8
  • Linux without Internet

Here are the steps I followed, leading to the error:

  1. Installed elegantrl version 0.3.6 locally.
  2. Confirmed that elegantrl is installed correctly by running /data/anaconda3/bin/pip list.
  3. Modified requirements.txt in the finrl package to comment out elegantrl.
  4. Executed the installation command /data/anaconda3/bin/pip install . in the finrl directory.

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)

sundaysz avatar Nov 05 '23 05:11 sundaysz

elegantrl is updating recently. pls use SB3 first. thanks

zhumingpassional avatar Nov 17 '23 06:11 zhumingpassional

now you can use eleganrl==0.3.6 version :)

krishdotn1 avatar Jan 15 '24 13:01 krishdotn1