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

ModuleNotFoundError #3

Open
BlueVicky opened this issue Mar 27, 2024 · 2 comments
Open

ModuleNotFoundError #3

BlueVicky opened this issue Mar 27, 2024 · 2 comments

Comments

@BlueVicky
Copy link

Hello! I got this error:

Traceback (most recent call last):
File "c:\Users\estudiante\Documents\main.py", line 1, in
from charaiPY.AsyncPyCAI2 import PyAsyncCAI2 # IMPORT THE LIB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'charaiPY'

I'm not sure if I did everything right, but I want to know if this is because you guys are working on something or I just missed some steps. I've actually been a bit confused because I've never used an API before, lol.

@FalcoTK
Copy link
Owner

FalcoTK commented Mar 27, 2024

soryy for not updating the docs in readme, you can just see in docs website
[](https://pycai-two.gitbook.io/pycai2/)

@bobschlowinskiithecoder
Copy link

delete the first import and replace it with this:
from PyCAI2 import PyAsyncCAI2

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

3 participants