-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ImportError: No module named optparse. #576
Comments
What's the deal with this? Are you creating the virtualenv in a clean folder? |
Still got the error if it is a clean directory.
|
This should be fixed in #516, but not merged to upstream yet. You can give that patched version a try~ |
@xen0n Yes, it works fine :) |
The problem is actually virtualenv failing to respect the bitness of libdir, which is instead hard-coded to |
I've the same problem, but I'm using pypy (freebsd 10). @xen0n, I used your version, but I still got the same error.
|
likewise, I can't get it work (I tried the version in the pull request)
|
I am seeing this on Debian... Anyone found a fix? |
I encountered the same problem only when we use |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions. |
Many Python Programs depends on Virtualenv, but I can not get it works on Gentoo ~mips N32. As an example, it caused Firefox unbuildable.
But both Python 2 & 3 works well on the system, it seems some files are not copied/symlinked to the prefix correctly. /lib on N32 is not a symlink of /lib32 or /lib64, maybe it is the reason?
As a Pythonista, I don't know the actual reason...
The text was updated successfully, but these errors were encountered: