Hi FinGPT team,
I'm encountering persistent environment configuration issues when trying to run the FinGPT Jupyter notebooks on my Windows 11 Pro system. Here are my observations:
Python Version Attempts:
Successfully ran FinRL using Python 3.11.11 via conda
Failed with same errors on FinGPT using both:
Python 3.11.11 (previously working for FinRL)
Python 3.12.9 (fresh attempt)
Environment Setup:
conda create -n fingpt python=3.11.11 # Also tried 3.12.9
conda activate fingpt