Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No modulel named 'lzham' #7

Closed
evan-roos456 opened this issue Jul 6, 2023 · 1 comment
Closed

No modulel named 'lzham' #7

evan-roos456 opened this issue Jul 6, 2023 · 1 comment

Comments

@evan-roos456
Copy link

>python -m pip install -r requirements.txt
Requirement already satisfied: Pillow in appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from -r requirements.txt (line 1)) (10.0.0)
Collecting pylzham (from -r requirements.txt (line 2))
  Using cached pylzham-0.1.3.tar.gz (112 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: zstandard in appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from -r requirements.txt (line 3)) (0.21.0)
ERROR: Could not find a version that satisfies the requirement liblzfse (from versions: none)
ERROR: No matching distribution found for liblzfse

>python dumpsc.py test_tex.sc
Traceback (most recent call last):
  File "\Downloads\Dumpsc-master\dumpsc.py", line 3, in <module>
    import lzham
ModuleNotFoundError: No module named 'lzham'

>

I am trying to get assets from the new evolution update

@Galaxy1036
Copy link
Owner

Seems like pylzham was not installed because resolving the liblzfse dependency didn't worked, should be fixed in the following commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants