Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XNAT package #132

Open
JSousa-UoL opened this issue Jun 22, 2021 · 1 comment
Open

XNAT package #132

JSousa-UoL opened this issue Jun 22, 2021 · 1 comment

Comments

@JSousa-UoL
Copy link

JSousa-UoL commented Jun 22, 2021

Which library is the hook for?

xnat (https://xnat.readthedocs.io/en/latest/)

Have you gotten the library to work with pyinstaller?

Yes, but it needs several hidden imports. (Just '--hidden-import xnat' was enough)

Additional context

Add any other context here.

@bwoodsend
Copy link
Member

bwoodsend commented Jun 22, 2021

If --hidden-import xnat is all you need then the problem isn't really xnat itself but whatever is importing it (which I'm guessing is DIPY looking at #133) in an undetectable way. So xnat shouldn't need a hook. Rather hiddenimports = ["xnat"] should go in a hook for that other package (which is probably DIPY).

@bwoodsend bwoodsend removed the good first issue Good for newcomers label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants