CYHSM / DeepInsight

A general framework for interpreting wide-band neural activity
MIT License
155 stars 33 forks source link

Error during installation in Colab #15

Open synapticleft opened 1 month ago

synapticleft commented 1 month ago

Hello, I tried running the ephys example notebook you provided but am getting an installation error. I'm getting a similar error when I try to install it locally via anaconda. input: !pip install -e git+https://github.com/CYHSM/DeepInsight.git

Output: Obtaining DeepInsight from git+https://github.com/CYHSM/DeepInsight.git#egg=DeepInsight Cloning https://github.com/CYHSM/DeepInsight.git to ./src/deepinsight Running command git clone --filter=blob:none --quiet https://github.com/CYHSM/DeepInsight.git /content/src/deepinsight Resolved https://github.com/CYHSM/DeepInsight.git to commit e5a66be5dc3c671c37bd30ddf8f1f8ebae78ed2c Preparing metadata (setup.py) ... done Collecting tensorflow-gpu (from DeepInsight) Downloading tensorflow-gpu-2.12.0.tar.gz (2.6 kB) error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.