aschalkamp / UKBBprodromalPD

This repository includes all the code used in the manuscript Schalkamp et al (2023) (https://doi.org/10.1038/s41591-023-02440-2) also available as a pre-print (https://doi.org/10.1101/2022.11.28.22282809)
14 stars 1 forks source link

No module named 'shared_utils.util' #1

Closed hrppl closed 10 months ago

hrppl commented 10 months ago

Hello! Thanks for your work, I get such an error when importing ukbb_parser, do you have any suggestions?

aschalkamp commented 10 months ago

Hi,

It might be that when you downloaded ukbb_parser from GitHub that you did not import all dependencies. ’Shared_utils’ is another repository that is used by ukbb_parser. Search for how to import submodules, that should sort it.

On 20 Dec 2023, at 14:31, hrppl @.**@.>> wrote:

External email to Cardiff University - Take care when replying/opening attachments or links. Nid ebost mewnol o Brifysgol Caerdydd yw hwn - Cymerwch ofal wrth ateb/agor atodiadau neu ddolenni.

Hello! Thanks for your work, I get such an error when importing ukbb_parser, do you have any suggestions?

— Reply to this email directly, view it on GitHubhttps://github.com/aschalkamp/UKBBprodromalPD/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJDYWTNOVCXE6EWKFVOGFSDYKLSCBAVCNFSM6AAAAABA42WE5CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TANJVGY3DAMQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

hrppl commented 10 months ago

Thanks