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
Hello!
My code file and the darknet folder are in the same folder and I am adding this line: from darknet import darknet
Then I get that error:
Traceback (most recent call last):
File "/home/enis/Desktop/picmatcher/deneme4.py", line 6, in
from darknet import darknet
ImportError: cannot import name 'darknet' from 'darknet' (unknown location)
Any leads to fix that?
The text was updated successfully, but these errors were encountered:
Hello!
My code file and the darknet folder are in the same folder and I am adding this line: from darknet import darknet
Then I get that error:
Any leads to fix that?
The text was updated successfully, but these errors were encountered: