You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what the underlying issue is here (I'm not really a Python person), but following the install instructions for building from source ('python2.7 bootstrap.py') I get a failure.
Traceback (most recent call last):
File "bootstrap.py", line 105, in <module>
ws.find(pkg_resources.Requirement.parse(requirement)).location
AttributeError: 'NoneType' object has no attribute 'location
I believe the issue is that ws.find is failing to find whatever it's supposed to be finding, but that's about as far as I can get in debugging this myself.
The text was updated successfully, but these errors were encountered:
Hey @orclev thanks for the report. I think it's time that this project ditches the bootstrap and Buildout integration and goes with a more modern approach using virtualenv and Pip. I will see if I can get some time today to quickly address this.
Not sure what the underlying issue is here (I'm not really a Python person), but following the install instructions for building from source ('python2.7 bootstrap.py') I get a failure.
I believe the issue is that ws.find is failing to find whatever it's supposed to be finding, but that's about as far as I can get in debugging this myself.
The text was updated successfully, but these errors were encountered: