-
Notifications
You must be signed in to change notification settings - Fork 19
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
Install from source creates corrupted python package #38
Comments
I noticed my virtualenv comes with rather dated versions of packages, so I've upgraded pip, setuptools, virtualenv to the latest...with no change unfortunately. |
It looks like you may be importing fastcache from the base directory rather than the build/install directory. This works with pure python packages but not with c-extensions. After running
|
Awesome @pbrady ! Yes, the err only occurs when I try to import from the root of the git repo, from any other path it works fine. Closing as resolved, thanks. |
No problem. I've done the same thing many things. |
Hi,
I'm trying to install from source, during compilation everything looks fine, but I get error when I try to import from the produced module.
(Ubuntu 14.04, python 2.7, clean virtualenv):
Install:
Run:
The package from pip works.
Thanks,
The text was updated successfully, but these errors were encountered: