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
trying to create tests for exaile (a UNI Assessment) but I get this error when running nose2
Traceback (most recent call last):
File "/home/exaile/.local/bin/spydaap", line 5, in
from spydaap.cli import main
File "/home/exaile/.local/lib/python3.8/site-packages/spydaap/init.py", line 17, in
import playlists
ModuleNotFoundError: No module named 'playlists'
however the playlists.py module is in /home/exaile/.local/lib/python3.8/site-packages/spydaap/
please help
The text was updated successfully, but these errors were encountered:
trying to create tests for exaile (a UNI Assessment) but I get this error when running nose2
Traceback (most recent call last):
File "/home/exaile/.local/bin/spydaap", line 5, in
from spydaap.cli import main
File "/home/exaile/.local/lib/python3.8/site-packages/spydaap/init.py", line 17, in
import playlists
ModuleNotFoundError: No module named 'playlists'
however the playlists.py module is in /home/exaile/.local/lib/python3.8/site-packages/spydaap/
please help
The text was updated successfully, but these errors were encountered: