Open bigbrother001 opened 6 months ago
I performed the following actions to fix this:
conda install -c anaconda python=3.7
fsspec==0.8.7
, tensorboard==2.5.0
, and unbabel-comet==0.1.0
lines in requirements.txt
and let pip figure it out itself.pip install -r requirements.txt
...don't we all love dependency hell? May also help fix #45
Thanks for great work! when I try to install the environment by
pip install -r requirements.txt
It will tell me that package versions have conflicting dependencies. For example,
or
How can I make it?