Closed scottandrews closed 4 years ago
@scottandrews can you make it to work for linux as well? thank you
@gayalkuruppu Can you give me more information as to what you are seeing as the problem? Is my fix not compatible with linux?
@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
Pip 20.1 changed the structure of the ParsedRequirement object. Updated setup.py to be compatible with 20.1 while maintaining backward compatibility.