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

Unable to import capsolver? #7

Open
dylan0356 opened this issue Sep 1, 2023 · 1 comment
Open

Unable to import capsolver? #7

dylan0356 opened this issue Sep 1, 2023 · 1 comment

Comments

@dylan0356
Copy link

^C(base) Dylans-MacBook-Air:QuackSelfBot dylanb$ pip3 install --upgrade capsolver Requirement already satisfied: capsolver in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (1.0.7) Requirement already satisfied: requests>=2.26.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from capsolver) (2.31.0) Requirement already satisfied: charset-normalizer<4,>=2 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests>=2.26.0->capsolver) (3.1.0) Requirement already satisfied: idna<4,>=2.5 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests>=2.26.0->capsolver) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests>=2.26.0->capsolver) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests>=2.26.0->capsolver) (2023.7.22)

After this I have:
import capsolver

but I get:
Traceback (most recent call last):
File "/Users/dylanb/Documents/Github/DiscordBots/QuackSelfBot/bot.py", line 11, in
import capsolver
ModuleNotFoundError: No module named 'capsolver'

@AlexPaiva
Copy link

AlexPaiva commented Sep 13, 2023

Do you have multiple python versions running? virtual environments? maybe the script is running in one version and you installed in another version, leave here logs of your python versions and virtual envs

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