fast.ai Course Forums
Conda env creation fails
fastai
michaelaye
(Michael Aye)
March 28, 2022, 6:56pm
2
Ok, I found a workaround:
Activate the new env with
conda activate fastbook
pip install -r requirements.txt (to pick up the interrupted pip install)
show post in topic