Skip to content

Install/Runtime problem #25

Description

@qwerfd2

Using python 3.10: after pip install untp untp -h: `Traceback (most recent call last):
File "D:\Python\Python310\lib\site-packages\untp_init_.py", line 4, in
from untp import unpacker_dir, unpacker
ImportError: cannot import name 'unpacker_dir' from partially initialized module 'untp' (most likely due to a circular import) (D:\Python\Python310\lib\site-packages\untp_init_.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\Python\Python310\lib\site-packages\untp\untp.py", line 12, in
from . import dataparse
File "D:\Python\Python310\lib\site-packages\untp\dataparse.py", line 8, in
from plistlib import readPlist
ImportError: cannot import name 'readPlist' from 'plistlib' (D:\Python\Python310\lib\plistlib.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "D:\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\Python\Python310\Scripts\untp.exe_main
.py", line 4, in
File "D:\Python\Python310\lib\site-packages\untp_init
.py", line 6, in
from untp.untp import unpacker_dir, unpacker
File "D:\Python\Python310\lib\site-packages\untp\untp.py", line 14, in
import dataparse
ModuleNotFoundError: No module named 'dataparse'`

Using python 3.7, clone from github, python.exe untp/setup.py install: running install D:\Python\Python310\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( D:\Python\Python310\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg error: error in 'egg_base' option: 'src' does not exist or is not a directory

Any help?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions