AllenInstitute / mouse_connectivity_models

Python package providing mesoscale connectivity models for mouse.
http://mouse-connectivity-models.readthedocs.io/en/latest/
Other
39 stars 15 forks source link

mcmodels not found although it's in site-packages #28

Closed kokehel closed 5 years ago

kokehel commented 5 years ago

Hi!

First I want to say, wonderful what you have created! And I'm excited to start working with your software/data.

Since I'm fairly new to python I reckon it's probably a newbie question. But tried my best to figure it out. So bear with me.

Using: macOS Mojave 10.14.2 Python 3.6.0 :: Anaconda 4.3.1 (x86_64) allensdk==0.16.0 mouse-connectivity-models==0.0.1

After following these instructions:

$ git clone https://github.com/AllenInstitute/mouse_connectivity_models.git $ cd mouse_connectivity_models $ pip install .

'$ pytest mcmodels' gives: ERROR: file not found: mcmodels

While mcmodels with all the subfolders/files is in the site-packages. '$ pip freeze' also doesn't show mcmodels as an installed package.

Thanks in advance