[GH-ISSUE #429] Package was not installed in a way that PackageLoader understands. #342

Closed
opened 2026-02-26 12:21:16 +03:00 by kerem · 2 comments
Owner

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.

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 <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "pandas_profiling\__init__.py", line 8, in <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", 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 <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", 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 <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", 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 <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", 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 <module> File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", 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 <module> File "jinja2\loaders.py", line 323, in _init_ ValueError: The 'pandas_profiling' package was not installed in a way that PackageLoader understands.
kerem closed this issue 2026-02-26 12:21:16 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1721466381 --> @github-actions[bot] commented on GitHub (Sep 15, 2023): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). 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](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@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.

<!-- gh-comment-id:1724886434 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#342
No description provided.