You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the fast response. Unfortunately, I continue to get the same error, even after installing pybids.
I should also add that this only happens in JupyterLabs on GCP. It does not happen in Google Colab or on my local machine (all Python 3 environments), and for the latter two, I do not need to install pybids for teneto to work.
I was hoping to make teneto work on JupyterLabs as I need a high-RAM machine.
You'll have to look up configuring sqlalchemy on GCP, as the issue is there.
However, if you are not using the neuroimaging functions, you can remove the importing of TenetoBIDS in the relevant places.
#74 Also please note that there is currently a big speed problem with teneto that I am trying to solve. This is about any function that uses the shortest paths especially (and will be even with high ram).
And fixing the importing structure to not import bids is on the todo list.
Hi,
I am getting the below error when running the following:
!pip install teneto (on Google Cloud Platform JupyterLab in a Python 3 environment)
from teneto import TemporalNetwork
tnet = TemporalNetwork()
Any idea how to resolve this? Many thanks!
The text was updated successfully, but these errors were encountered: