Closed juanmc2005 closed 4 years ago
This should be now fixed, thanks @dcferreira
Thank you for the fix!
Just to point out that it is currently merged on master but the installation guide says to use the student
branch. I cherry-picked the commit but it would probably be easier to merge it there as well.
thanks again @juanmc2005 , this is now pushed to student
as well
Hello,
After creating a clean conda environment, doing
pip install --editable .
throws the following error :I'm running python 3.6 and pip 20.0.2 (also tried python 3.7 and pip 20.1.1 with no success).
Should I downgrade to a specific pip version?
Thank you