mattloper / chumpy

MIT License
195 stars 118 forks source link

Issue #40: Make compatible with pip>=20.1 #41

Closed scottandrews closed 4 years ago

scottandrews commented 4 years ago

Pip 20.1 changed the structure of the ParsedRequirement object. Updated setup.py to be compatible with 20.1 while maintaining backward compatibility.

gayalkuruppu commented 4 years ago

@scottandrews can you make it to work for linux as well? thank you

scottandrews commented 4 years ago

@gayalkuruppu Can you give me more information as to what you are seeing as the problem? Is my fix not compatible with linux?

gayalkuruppu commented 4 years ago

@gayalkuruppu Can you give me more information as to what you are seeing as the problem? Is my fix not compatible with linux?

Sorry I have replied in the main issue that it has worked. It didn't work directly prom pip install chumpy. But worked when i did this

pip install git+https://github.com/mattloper/chumpy.git