Bctpy installation question

Hi all,

i tried to use bctpy packages in python to run some graph theory analysis. I installed the bctpy package but failed to import brainconn (the example .py file), anyone knows what should I do? should I install brainconn, given this is the updated name of bctpy (see here: brainconn: Brain connectivity analysis in Python — brainconn 0.0.1 documentation)? I tried, but I could not find the packages

Hi @jacobatunc,

The brainconn package is no longer maintained and the developers recommended using bctpy (hasn’t been updated in the past year, but still more recent than brainconn). That bctpy is downloaded with pip, and is imported as bct.

Best,
Steven

@Steven hey Steven, thank you so much for your prompt response. I downloaded the example scripts from here (Example gallery — brainconn 0.0.1 documentation), and they use brainconn in these scripts. Do you know where I can find some example scripts using the bctpy command?

I don’t think such a resource exists. But there appears to be a function_reference.html in the github repo.