环境配置-scipy安装问题
作者你好,我是通过github源码安装的方式,发现在执行“python setup.py install”指令的时候,总是报错如下: Installed /home/dzy/myproject/jelly/lib/python3.8/site-packages/spikingjelly-0.0.0.0.15-py3.8.egg Processing dependencies for spikingjelly==0.0.0.0.15 Searching for scipy Reading https://pypi.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/b7/b9/31ba9cd990e626574baf93fbc1ac61cf9ed54faafd04c479117517661637/scipy-1.15.2.tar.gz#sha256=cd58a314d92838f7e6f755c8a2167ead4f27e1fd5c1251fd54289569ef3495ec Best match: scipy 1.15.2 Processing scipy-1.15.2.tar.gz error: Couldn't find a setup script in /tmp/easy_install-iu4f1q2v/scipy-1.15.2.tar.gz 显示scipy找不到,请问怎么解决?
然后请问有微信群之类的实时交互、分享的工具吗
先手动安装scipy 试试?如果实在装不上,就把dependencies中的scipy给去掉,这样只有运行到需要scipy的模块才会报错
https://github.com/fangwei123456/spikingjelly/blob/d4fee3a1715bf42ce15f52fde1b1d4709d7ea25e/requirements.txt#L6