Freezed program looking for __init__.py in my original user directory #1961
-
I'm building a program that utilizes a fork of the Discord.py library called Pycord. I'm trying to freeze it for ease of use for others, but for one reason or another, after testing the frozen program on a workstation other than my own, it throws this runtime warning: Implying that it's looking for What could be causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is only debugging information. You can change this using replace_paths. |
Beta Was this translation helpful? Give feedback.
To disable it temporarily, check: https://docs.python.org/3/library/warnings.html#temporarily-suppressing-warnings
I can make a hook to fix this getting the correct version metadata. In this case, open an issue.