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

failed to extract on launch #24

Open
capalmer1013 opened this issue Feb 18, 2022 · 0 comments
Open

failed to extract on launch #24

capalmer1013 opened this issue Feb 18, 2022 · 0 comments

Comments

@capalmer1013
Copy link
Owner

Bug

Expected Behavior

Actual Behavior

amp ran into a bug when running for the first time. it seemed to work after re-running it

image

Steps to Reproduce the Problem

error output

Traceback (most recent call last):
  File "PyInstaller\loader\pyimod03_importers.py", line 298, in get_code
  File "PyInstaller\loader\pyimod02_archive.py", line 290, in extract
  File "PyInstaller\loader\pyimod02_archive.py", line 87, in __enter__
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\ahake (OHC)\\Downloads\\neuralut.exe'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "tkintertest.py", line 9, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
  File "neuralut\api.py", line 6, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
  File "matplotlib\__init__.py", line 109, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
  File "matplotlib\rcsetup.py", line 28, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
  File "matplotlib\fontconfig_pattern.py", line 15, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
  File "pyparsing\__init__.py", line 145, in <module>
  File "PyInstaller\loader\pyimod03_importers.py", line 478, in exec_module
  File "PyInstaller\loader\pyimod03_importers.py", line 300, in get_code
ImportError: Loader FrozenImporter cannot handle module pyparsing.testing

Specifications

  • Version:
  • Platform:
  • Subsystem:
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

1 participant