mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #429] Package was not installed in a way that PackageLoader understands. #342
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mina4ever on GitHub (Sep 15, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/429
Traceback (most recent call last):
File "DataQuilaty.py", line 8, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling_init.py", line 8, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling\compare_reports.py", line 8, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling\profile_report.py", line 26, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling\report\presentation\flavours\html_init.py", line 1, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling\report\presentation\flavours\html\alerts.py", line 2, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module
File "pandas_profiling\report\presentation\flavours\html\templates.py", line 11, in
File "jinja2\loaders.py", line 323, in init
ValueError: The 'pandas_profiling' package was not installed in a way that PackageLoader understands.
@github-actions[bot] commented on GitHub (Sep 15, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Sep 19, 2023):
Could you fill out the issue template? The best I can do with you pasting your error and nothing else is recommend searching for "ValueError: The 'pandas_profiling' package was not installed in a way that PackageLoader understands." and see if you can find anything similar to your situation.