Mord3rca / gamma-launcher

Just another Launcher to setup S.T.A.L.K.E.R.: G.A.M.M.A.
GNU General Public License v3.0
85 stars 13 forks source link

Symbol lookup error #134

Closed Mitchell-Lewis closed 4 months ago

Mitchell-Lewis commented 4 months ago

./gamma-launcher anomaly-install --anomaly .

/etc/magic, 0: Warning: using regular magic file /usr/share/misc/magic' /etc/magic, 0: Warning: using regular magic file/usr/share/misc/magic' [+] Installing base Anomaly 1.5.1

Mord3rca commented 4 months ago

Please use venv installation to get rid of python-magic dependency

Mitchell-Lewis commented 4 months ago

I used venv and tried to build and run from source following your instructions but i keep getting an error Hence why i used the prebuilt release.

here is the issue i get.

╭─mitchell@MINDA in repo: gamma-launcher on  master [?] via  v3.12.4 (env) took 8s
╰─λ gamma-launcher anomaly-install --anomaly ..
Traceback (most recent call last):
File "/mnt/Misc/Stalker/env/bin/gamma-launcher", line 5, in <module>
from launcher.cli import main
File "/mnt/Misc/Stalker/env/lib/python3.12/site-packages/launcher/cli.py", line 2, in <module>
from launcher.commands import (
File "/mnt/Misc/Stalker/env/lib/python3.12/site-packages/launcher/commands/__init__.py", line 1, in <module>
from .check import CheckAnomaly, CheckMD5
File "/mnt/Misc/Stalker/env/lib/python3.12/site-packages/launcher/commands/check.py", line 9, in <module>
from launcher.mods import read_mod_maker
File "/mnt/Misc/Stalker/env/lib/python3.12/site-packages/launcher/mods/__init__.py", line 5, in <module>
from launcher.mods.base import Base, Default
File "/mnt/Misc/Stalker/env/lib/python3.12/site-packages/launcher/mods/base.py", line 4, in <module>
from distutils.dir_util import copy_tree
ModuleNotFoundError: No module named 'distutils'
Mord3rca commented 4 months ago

https://github.com/Mord3rca/gamma-launcher?tab=readme-ov-file#modulenotfounderror-no-module-named-distutils