Problems with bdist_app on Windows 10 (panda3d 1.10.7)

Hi @DustinR, I believe the issues with pandas in bdist_apps will be fixed in 1.10.9, and can be worked around by adding this to hiddenImports:

    'pandas._libs.tslibs.conversion': ['pandas._libs.tslibs.base'],
    'pandas.compat': ['lzma', 'cmath'],

If you encounter the issue with other libraries please let us know about those libraries so we can fix those too. Using bdist_apps over pyinstaller for Panda has some advantages, but of course if pyinstaller works for you then you can use that as well.

@FrancoTonutti: welcome to the forums! This error can occur if you upgraded Panda but you still have an old build directory or wheel cache, so I recommend deleting your build and dist directories. If it’s still an issue then I suggest creating a new thread for your problem (rather than add to one that is half a year old at this point) and adding some more information such as your operating system and versions in use.

2 Likes

Thank you very much, that solved my problem. I apologize for reactivating the theme, I thought I was having the same problem with the Visual Studios redistributables.