Is there a way to access the current version of the package rather than the one distributed by PyPI? I am running into an issue on OSX, which I see was fixed here July 19th, but the most recent release was July 8th. How can I access a version with the fix?
Would cloning the repository, and installing with pip from the clone work for you?
For that, you need to be in the directory containing the setup.py file and run pip install .
Is there a way to access the current version of the package rather than the one distributed by PyPI? I am running into an issue on OSX, which I see was fixed here July 19th, but the most recent release was July 8th. How can I access a version with the fix?