-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Failed to build pure Python module included after twisted
#337
Comments
It turns out that the export PYTHONPATH=$SITEPACKAGES_PATH:$BUILDLIB_PATH which was then mistakenly picked up by venv, leading to the missing Virtualenv should be setup with no |
Were you running P4A in a venv, or are you talking about the venv that P4A creates it's self? I am sure it is the case but just confirm that your PR #338 does actually remedy the issue without causing any side effects? |
I was talking about the venv created by P4A. AFAIK PR #338 fixed the issue, and I haven't observed side effects so far. |
Can you test that #320 fixes this? Similar problems happen between recipe builds as well, and your fix wouldn't help that. |
@jasonxunxu did you ever test #320 as requested by kived? |
We'll assume it does. Please reopen if the case still happen. |
When including a pure Python module like
rsa
right aftertwisted
:Building would eventually fail with following error:
It is quite strange as
setuptools
was clearly already installed in venv.The text was updated successfully, but these errors were encountered: