cdp1337 / Valheim-Mod-Manager

Mod manager for Valheim using thunderstore.io as its backend
GNU General Public License v3.0
5 stars 2 forks source link

Run error #7

Open draganov17kx opened 2 months ago

draganov17kx commented 2 months ago

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