janelia-cellmap / openorganelle

A portal for viewing FIB-SEM datasets
Other
10 stars 2 forks source link

Issues accessing data using Python #71

Closed francheskalopezrivera closed 2 years ago

francheskalopezrivera commented 2 years ago

I am following the new instructions here, https://openorganelle.janelia.org/tutorials#data_access. I was able to install fsspec, zarr, and dask from the terminal using the conda line. Once I tried using the "import fsspec, zarr", I got the following error message, "zsh: command not found: import". I read that maybe I was not in the directory containing the packages. I changed directories and went to "user/opt/anaconda3/pkgs", where I was able to find all three packages listed. However, when I typed the import command again, I got the same message. Any ideas? I am a Python newbie, so any help would be great. Thanks.

d-v-b commented 2 years ago

it sounds like you were not running python -- start up a python interpreter by typing python, then those commands should work

francheskalopezrivera commented 2 years ago

That worked great. Thanks.