You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if I am wrong, but How is anyone supposed to install this on mac machine?
This library uses python 3.11, so cannot use newer version.
It also uses pyfoliio which was last updated 5 years ago and uses numpy <2.0, while the project uses numpy > 3. If there's a separate finrl-meta project available, is that supposed to be maintained , or meta in this repo is maintained? so I need to install that separately ?
I have tried multiple empty environments using conda, also tried 3.10 and 3.12 for python. Then I tried downloading and installing from local repo removing pyfolio as it was one of the recommendations.
Currently I have successfully installed the repo in fresh conda env finrl, but unable to run forst function
Correct me if I am wrong, but How is anyone supposed to install this on mac machine?
I have tried multiple empty environments using conda, also tried 3.10 and 3.12 for python. Then I tried downloading and installing from local repo removing pyfolio as it was one of the recommendations.
Currently I have successfully installed the repo in fresh conda env finrl, but unable to run forst function
with getting error from numpy as pyfolio uses <2.0 version of numpy
OS : Sequioa M4 mac mini
all dependencies mentioned for brew have been installed.
Let me know what shall I do
The text was updated successfully, but these errors were encountered: