pyinstaller-hooks-contrib
pyinstaller-hooks-contrib copied to clipboard
DIPY Package
Which library is the hook for?
dipy (https://dipy.org/)
Have you gotten the library to work with pyinstaller?
Not really and it needs several hidden imports.
Additional context
So far I manage to hidden import dipy and dipy.data. The error I'm having at the moment is "[Errno 2] No such file or directory: 'C:\(...)\AppData\Local\Temp\_MEI146122\dipy\data\files\repulsion724.npz'"
I would give more priority to DIPY compared to XNAT, as XNAT is easy to solve with hidden import and DIPY is a very popular package in the scientific community.
--collect-data=dipy should take care of that FileNotFoundError.
Perfect, that solved my problem. Thank you @bwoodsend ! Feel free to close this issue or keep it open if you think you have time to do this. I won't have time to contribute to this unfortunately.
I'll leave it open just in case someone wants to finish it off...