finlab-python / finlab_crypto

Documentation
https://finlab-python.github.io/finlab_crypto/index.html
GNU General Public License v3.0
267 stars 98 forks source link

Cannot Install as conflicting dependencies #24

Open pfsd-hp opened 1 year ago

pfsd-hp commented 1 year ago

ERROR: Cannot install finlab-crypto==0.1.0, finlab-crypto==0.1.1, finlab-crypto==0.1.10, finlab-crypto==0.1.11, finlab-crypto==0.1.12, finlab-crypto==0.1.13, finlab-crypto==0.1.14, finlab-crypto==0.1.15, finlab-crypto==0.1.16, finlab-crypto==0.1.17, finlab-crypto==0.1.18, finlab-crypto==0.1.19, finlab-crypto==0.1.2, finlab-crypto==0.1.3, finlab-crypto==0.1.4, finlab-crypto==0.1.5, finlab-crypto==0.1.6, finlab-crypto==0.1.7, finlab-crypto==0.1.8, finlab-crypto==0.1.9, finlab-crypto==0.2.0, finlab-crypto==0.2.1, finlab-crypto==0.2.10, finlab-crypto==0.2.11, finlab-crypto==0.2.12, finlab-crypto==0.2.13, finlab-crypto==0.2.14, finlab-crypto==0.2.15, finlab-crypto==0.2.16, finlab-crypto==0.2.17, finlab-crypto==0.2.18, finlab-crypto==0.2.19, finlab-crypto==0.2.2, finlab-crypto==0.2.20, finlab-crypto==0.2.21, finlab-crypto==0.2.22, finlab-crypto==0.2.23, finlab-crypto==0.2.3, finlab-crypto==0.2.4, finlab-crypto==0.2.5, finlab-crypto==0.2.6, finlab-crypto==0.2.7, finlab-crypto==0.2.8 and finlab-crypto==0.2.9 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

pfsd-hp commented 1 year ago

I have bought the course on hahow, and am following the course. but it happens

koreal6803 commented 1 year ago

Hi, thank you for noticing. It is caused by Colab updating their default package version, which is fixed in 0.2.24. There is also another problem: Binance block colab IP addresses, so you need to install finlab_crypto in your computer to execute the example instead of running on Colab:

  1. download anaconda https://www.anaconda.com/download
  2. open anaconda terminal
  3. type "pip install finlab_crypto"
  4. open anaconda navigator and open Jupyter notebook

Please inform me if there is anything to fix. Thank you!