Closed ahmeddeladly closed 4 months ago
Hello @aeladly91, could you give a bit more detail about your setup so I can try to replicate this? Did you install spikeinterface with pip, and then herdingspieks with pip too?
I have the same issue. When I create a conda env for spikeinterface, I tried to installed herdingspike in the environment, but got an error.
I first create a conda env python = 3.8, then installed requirements by pip: pip install -r requirements.txt numpy h5py tqdm click pillow scipy matplotlib seaborn networkx ipympl scikit-learn pyqt5 herdingspikes jupyter pyqtwebengine pynwb docker probeinterface spikeinterface[full]==0.90.1 phy==2.0b1
It failed with an error message:
Then installed herdingspikes by: pip install numpy scipy pip install herdingspikes
ERROR: Failed building wheel for herdingspikes Running setup.py clean for herdingspikes Failed to build herdingspikes Installing collected packages: herdingspikes Running setup.py install for herdingspikes ... error
Looking forward to hearing from you!
I see, so @Virginia9733 , you are trying to install on Windows. Here you need to install the MS Visual Studio Build Tools first: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017 We know the 2017 version works, hopefully more recent versions will also be ok. Can you check if this helps? @ahmeddeladly , do you have the same problem?
Hello,
I am trying to install herdingspikes package to use it in combination with SpikeInterface. Everytime I try to install herdingspikes using the pip install command, I get the above error.
Do you know what the issue is?
Thanks in advance