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

Some problem #3

Closed
vladverbiy opened this issue Jul 5, 2020 · 1 comment
Closed

Some problem #3

vladverbiy opened this issue Jul 5, 2020 · 1 comment

Comments

@vladverbiy
Copy link

1

@TinusGreen
Copy link
Contributor

Hi vladverbiy,

This seems to be an issue with the virtual environments.

See here: pypa/pipenv#3824 and pypa/virtualenv#228

The virtualenv creates its own copies of the captcha22 packages which is why it can't find the main sitepackages that it needs.

Sitepackages are inherently used in captcha22. This is used to find and import all relevant captcha22 scripts into the primary script. Also since the virtualenv copies the scripts to a random location each time, it is not possible to hard code a solution.

Could you please try to run the script without a virtualenv or attempt the fixes mentioned in the above issues?

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