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

Upon starting up pydumpck this error occures #42

Open
JoonyWoony opened this issue Aug 23, 2023 · 2 comments
Open

Upon starting up pydumpck this error occures #42

JoonyWoony opened this issue Aug 23, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@JoonyWoony
Copy link

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Scripts\pydumpck.exe\__main__.py", line 4, in <module>
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\__init__.py", line 22, in <module>
    from pydumpck.pyinstaller_dump import run
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\pyinstaller_dump.py", line 4, in <module>
    from pydumpck.py_common_dump import CommonDump
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_common_dump\__init__.py", line 7, in <module>
    from ..py_package import PackageStruct, PackageDescription
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\__init__.py", line 1, in <module>
    from .package_description import PackageDescription
  File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydumpck\py_package\package_description\__init__.py", line 6, in <module>
    from PyInstaller.utils.cliutils.archive_viewer import get_archive, get_data, get_content, get_archive_content
ImportError: cannot import name 'get_archive' from 'PyInstaller.utils.cliutils.archive_viewer' (C:\Users\joonp\AppData\Local\Programs\Python\Python311\Lib\site-packages\PyInstaller\utils\cliutils\archive_viewer.py)

C:\Users\joonp\OneDrive\Desktop\python-exe-unpacker-master\python-exe-unpacker-master>refreshenv
'refreshenv' is not recognized as an internal or external command,
operable program or batch file.
@JoonyWoony
Copy link
Author

says cannnot import name get_archive

@serfend
Copy link
Owner

serfend commented Aug 27, 2023

same as #27

@serfend serfend added the duplicate This issue or pull request already exists label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants