Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildout fails #21

Open
orclev opened this issue Mar 20, 2014 · 1 comment
Open

Buildout fails #21

orclev opened this issue Mar 20, 2014 · 1 comment

Comments

@orclev
Copy link

orclev commented Mar 20, 2014

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.

@robmadole
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants