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
Traceback (most recent call last):
File "/opt/Valheim-Mod-Manager/./cli.py", line 7, in
from requests import Timeout
ModuleNotFoundError: No module named 'requests'
than i run manual install of complete pack "requests" = pip3 install requests
after that i have this error :
Traceback (most recent call last):
File "/opt/Valheim-Mod-Manager/./cli.py", line 8, in
from manager import ModPackages, Package
File "/opt/Valheim-Mod-Manager/manager.py", line 8, in
import dateutil.parser
ModuleNotFoundError: No module named 'dateutil'
Ubuntu 22.04
Can you help
The text was updated successfully, but these errors were encountered:
JackSetaro
added a commit
to JackSetaro/Valheim-Mod-Manager
that referenced
this issue
Nov 12, 2024
Cant run cli.py
First got error on line 7
Traceback (most recent call last):
File "/opt/Valheim-Mod-Manager/./cli.py", line 7, in
from requests import Timeout
ModuleNotFoundError: No module named 'requests'
than i run manual install of complete pack "requests" = pip3 install requests
after that i have this error :
Traceback (most recent call last):
File "/opt/Valheim-Mod-Manager/./cli.py", line 8, in
from manager import ModPackages, Package
File "/opt/Valheim-Mod-Manager/manager.py", line 8, in
import dateutil.parser
ModuleNotFoundError: No module named 'dateutil'
Ubuntu 22.04
Can you help
The text was updated successfully, but these errors were encountered: