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

Module Not Foud #137

Open
anonimoustt opened this issue Feb 12, 2024 · 3 comments
Open

Module Not Foud #137

anonimoustt opened this issue Feb 12, 2024 · 3 comments
Assignees

Comments

@anonimoustt
Copy link

Hi,

I am getting following error while executing the following code:

from dotmotif import Motif
from dotmotif.executors.NeuPrintExecutor import NeuPrintExecutor

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 2>()
1 from dotmotif import Motif
----> 2 from dotmotif.executors.NeuPrintExecutor import NeuPrintExecutor

/usr/local/lib/python3.10/dist-packages/dotmotif/executors/NeuPrintExecutor.py in
1 import pandas as pd
----> 2 from neuprint import Client
3 from neuprint import fetch_all_rois
4
5 from .. import Motif

ModuleNotFoundError: No module named 'neuprint'

@j6k4m8
Copy link
Member

j6k4m8 commented Feb 12, 2024

It looks like your installation doesn't have the neuprint library installed; you can either install it manually from the command-line with

pip install neuprint-python

or you can re-install dotmotif with neuprint compatibility built-in, with

pip install 'dotmotif[neuprint-python]'

@anonimoustt
Copy link
Author

Hi,
Thanks. I needed to install additionally :
!pip install py2neo
!pip install tamarind

to remove the error.

@j6k4m8
Copy link
Member

j6k4m8 commented Feb 15, 2024

Fantastic, thanks for reporting back! I will add these to the installation dependencies!!

@j6k4m8 j6k4m8 self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants