AI4Finance-Foundation / AI4Finance-Foundation/FinRL
Unable to install FinRL on Google Colab
- Lingua principale
- Jupyter Notebook
- Stelle
- 16.3k
- Fork
- 3.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Describe the bug**
Unable to import FinRL in Google Colab after installing it
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Google Colab
2. Run Install Instructions
```python
## install finrl library
!pip install wrds
!pip install swig
!pip install -q condacolab
import condacolab
condacolab.install()
!apt-get update -y -qq && apt-get install -y -qq cmake libopenmpi-dev python3-dev zlib1g-dev libgl1-mesa-glx swig
!pip install git+https://github.com/AI4Finance-Foundation/FinRL.git
```
3. Try import FinRL
**Screenshots**
**Desktop (please complete the following information):**
- OS: Google Colab
- Browser: Safari
- Python Version: 3.12
**Additional context**
[Google Colab - Upgrade to Python 3.12](https://github.com/googlecolab/colabtools/issues/5483)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.