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
while i'm using the command like ./sleuth
it reports that
Traceback (most recent call last):
File "./sleuth", line 46, in
from sleuth import *
File "/usr/local/lib/python3.8/dist-packages/sleuth/init.py", line 2, in
from api_joy import *
ModuleNotFoundError: No module named 'api_joy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./sleuth", line 49, in
from sleuth_pkg import *
File "/home/lsl/Desktop/joy/sleuth_pkg/init.py", line 1, in
from sleuth import *
File "/usr/local/lib/python3.8/dist-packages/sleuth/init.py", line 2, in
from api_joy import *
ModuleNotFoundError: No module named 'api_joy'
so how to fix it plz
The text was updated successfully, but these errors were encountered:
while i'm using the command like ./sleuth
it reports that
Traceback (most recent call last):
File "./sleuth", line 46, in
from sleuth import *
File "/usr/local/lib/python3.8/dist-packages/sleuth/init.py", line 2, in
from api_joy import *
ModuleNotFoundError: No module named 'api_joy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./sleuth", line 49, in
from sleuth_pkg import *
File "/home/lsl/Desktop/joy/sleuth_pkg/init.py", line 1, in
from sleuth import *
File "/usr/local/lib/python3.8/dist-packages/sleuth/init.py", line 2, in
from api_joy import *
ModuleNotFoundError: No module named 'api_joy'
so how to fix it plz
The text was updated successfully, but these errors were encountered: