-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I tried installing BCML with the following method:
- I'm using Hyprland with the env = QTWEBENGINE_DISABLE_SANDBOX,1 to prevent the white screen bug through my hyprland config.
- pyenv with python 3.8 for the virtualenv.
- And then pip install bcml==3.10.4
- When I try to install any mods, it would give out this error. This appears no matter the python nor BCML version. I can confirm this still happens with python 3.10.19 using the latest BCML.
Traceback (most recent call last):
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 295, in install_mod
tmp_dir = open_mod(mod)
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 99, in open_mod
raise Exception(
Exception: No files were extracted. This may be because of an invalid or corrupted download.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 33, in status_run
data = func(*args, **kwargs)
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 264, in do_and_refresh
res = func(*args, **kwargs)
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 380, in install_mod
mods = [
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/_api.py", line 381, in <listcomp>
install.install_mod(
File "/home/akita/.pyenv/versions/3.8.10/envs/bcml_env/lib/python3.8/site-packages/bcml/install.py", line 312, in install_mod
raise util.InstallError(err) from err
bcml.util.InstallError: An error occured when installing your mod. No files were extracted. This may be because of an invalid or corrupted download.
Your mod is being removed, and no changes have been made.
Metadata
Metadata
Assignees
Labels
No labels