You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/pydumpck", line 5, in
from pydumpck import run
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/init.py", line 22, in
from pydumpck.pyinstaller_dump import run
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/pyinstaller_dump.py", line 4, in
from pydumpck.py_common_dump import CommonDump
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_common_dump/init.py", line 7, in
from ..py_package import PackageStruct, PackageDescription
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_package/init.py", line 1, in
from .package_description import PackageDescription
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_package/package_description/init.py", line 6, in
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' (/data/data/com.termux/files/usr/lib/python3.11/site-packages/PyInstaller/utils/cliutils/archive_viewer.py)
I'm getting this error when I try to run, is there any way to fix it ?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/pydumpck", line 5, in
from pydumpck import run
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/init.py", line 22, in
from pydumpck.pyinstaller_dump import run
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/pyinstaller_dump.py", line 4, in
from pydumpck.py_common_dump import CommonDump
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_common_dump/init.py", line 7, in
from ..py_package import PackageStruct, PackageDescription
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_package/init.py", line 1, in
from .package_description import PackageDescription
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pydumpck/py_package/package_description/init.py", line 6, in
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' (/data/data/com.termux/files/usr/lib/python3.11/site-packages/PyInstaller/utils/cliutils/archive_viewer.py)
I'm getting this error when I try to run, is there any way to fix it ?
The text was updated successfully, but these errors were encountered: