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

functools32 not found when executing run-api #2

Closed
gomezgoiri opened this issue Nov 11, 2015 · 4 comments
Closed

functools32 not found when executing run-api #2

gomezgoiri opened this issue Nov 11, 2015 · 4 comments
Labels

Comments

@gomezgoiri
Copy link
Member

[user@host ~]$ /data/user-data/agg96/ptapi/bin/run-api -createdb -config /data/user-data/agg96/config.ini
Traceback (most recent call last):
File "/data/user-data/agg96/ptapi/bin/run-api", line 5, in
from pkg_resources import load_entry_point
File "/data/user-data/agg96/ptapi/lib/python2.7/site-packages/pkg_resources.py", line 3007, in
working_set.require(requires)
File "/data/user-data/agg96/ptapi/lib/python2.7/site-packages/pkg_resources.py", line 728, in require
needed = self.resolve(parse_requirements(requirements))
File "/data/user-data/agg96/ptapi/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: functools32
@gomezgoiri gomezgoiri added the bug label Nov 11, 2015
@gomezgoiri
Copy link
Member Author

Quick (temporary) solution:
[user@host ~]]$ /data/user-data/agg96/ptapi/bin/pip install functools32

@gomezgoiri
Copy link
Member Author

Issue moved from PTAnywhere/ptAnywhere-installation#2

gomezgoiri pushed a commit that referenced this issue Nov 11, 2015
This is a not very clear or beautiful attempt to solve issues #2 and #3.
@gomezgoiri
Copy link
Member Author

Ugly fix, I should get back to this in the future.

@gomezgoiri
Copy link
Member Author

I close it as the new problem why I reopened this issue was not exactly the same.

The new issue has been described in #4.

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

No branches or pull requests

1 participant