qlib icon indicating copy to clipboard operation
qlib copied to clipboard

Environment setup confusions

Open Imbernoulli opened this issue 2 years ago • 2 comments

🐛 Bug Description

Only using pip install pyqlib always can't really prepare necessary environment. If I only do condo create and pip install pyqlib, even the data retrieve process can's work. It will show ImportError: cannot import name 'init' from 'qlib' (/Users/bernoulli_hermes/opt/anaconda3/lib/python3.9/site-packages/qlib/__init__.py). And when using models except LightGBM, other troubles will happen, like torch is not installed. Which shouldn't happen when a user go along with your guide.

And if I use the other alternative to build the environment, I need to go to the source package to build it. But this process is not mentioned in your guide, which is not friendly to newcomers.

And a embarrassing thing is when I run cd scripts && python collect_info.py all, it says that my Mac is x86-64, which is truly arm64.

I'm on Mac M1.

Imbernoulli avatar Sep 23 '23 01:09 Imbernoulli

I meet this problem too!

Flemington8 avatar Jun 14 '24 15:06 Flemington8