You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axolotl coming soon!
Traceback (most recent call last):
File "C:\Users\Devin\PycharmProjects\pythonProject2\Wa-Bot\wabot.py", line 1, in
from openwa import WhatsAPIDriver
File "C:\Users\Devin\AppData\Local\Programs\Python\Python39\lib\site-packages\openwa_init_.py", line 20, in
from axolotl.kdf.hkdfv3 import HKDFv3
ModuleNotFoundError: No module named 'axolotl.kdf'
I tried pip install -r requirements.txt but I get this error
The text was updated successfully, but these errors were encountered:
Axolotl coming soon!
Traceback (most recent call last):
File "C:\Users\Devin\PycharmProjects\pythonProject2\Wa-Bot\wabot.py", line 1, in
from openwa import WhatsAPIDriver
File "C:\Users\Devin\AppData\Local\Programs\Python\Python39\lib\site-packages\openwa_init_.py", line 20, in
from axolotl.kdf.hkdfv3 import HKDFv3
ModuleNotFoundError: No module named 'axolotl.kdf'
I tried pip install -r requirements.txt but I get this error
The text was updated successfully, but these errors were encountered: