pyinstaller-hooks-contrib icon indicating copy to clipboard operation
pyinstaller-hooks-contrib copied to clipboard

DIPY Package

Open JSousa-UoL opened this issue 4 years ago • 4 comments

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'"

JSousa-UoL avatar Jun 22 '21 17:06 JSousa-UoL

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.

JSousa-UoL avatar Jun 22 '21 17:06 JSousa-UoL

--collect-data=dipy should take care of that FileNotFoundError.

bwoodsend avatar Jun 22 '21 18:06 bwoodsend

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.

JSousa-UoL avatar Jun 22 '21 20:06 JSousa-UoL

I'll leave it open just in case someone wants to finish it off...

bwoodsend avatar Jun 22 '21 20:06 bwoodsend