I was trying to create a virtual environment, and an error occurred :
"CondaValueError: invalid package specification: pip >= 9.0.1."
After a while, I discovered what I suppose to be a typo in the environment file.
I then changed the "pip >= 9.0.1." to "pip >= 9.0.1" (just delete the dot), which made it work.
I was trying to create a virtual environment, and an error occurred : "CondaValueError: invalid package specification: pip >= 9.0.1."
After a while, I discovered what I suppose to be a typo in the environment file. I then changed the "pip >= 9.0.1." to "pip >= 9.0.1" (just delete the dot), which made it work.
Regards, Antoine
Originally posted by @antoinedemuizon in https://github.com/energy-modelling-toolkit/Dispa-SET/discussions/93