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
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
× 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.
The text was updated successfully, but these errors were encountered:
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 e5a66be
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.
The text was updated successfully, but these errors were encountered: