Skip to content

NEED to LIST dependencies and how to install them #1

Open
@NotAsea

Description

@NotAsea

while trying this package, currently this cannot run due to lack of plyvel, which is pain in the ass to build in window, I suggest you explicitly list what dependencies of your project, or packaging together when release.
If you interest here is what happend when install in python 3.12

 > py -m rpycdec
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "D:\phan mem lung tung\Scoop\apps\python\3.12.0\Lib\site-packages\rpycdec.py", line 20, in <module>
    import plyvel
ModuleNotFoundError: No module named 'plyvel'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions