App is not executing when "import folium" is included in the main script. #5875
Unanswered
jankovicmmarko18
asked this question in
Help
Replies: 1 comment
-
Additional hooks dir should point to the location containing the hook for branca, not the branca package itself (unless you put the hook there). And you'll also need to collect data for If you were using PyInstaller 4.3, you could also just add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description of the issue
I am trying to make an executable app with folium package and it gives an error no matter what i try. I've tried this solution: #5256 but it doesn't work on my side. I've also tried "--hidden-import branca --additional-hooks-dir C:\Users\janko\anaconda3\envs\gis\Lib\site-packages\branca" but that also gives the same error when i try to execute the compiled app.
BTW app works perfectly when folium is not included.
Context information (for bug reports)
pyinstaller --version
: 4.1A minimal example program which shows the error
Beta Was this translation helpful? Give feedback.
All reactions