fangwei123456 / spikingjelly

SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
https://spikingjelly.readthedocs.io
Other
1.35k stars 239 forks source link

从github上下载源码并安装成功,仍显示No matching distribution found for spikingjelly.clock_driven #277

Closed ghost closed 2 years ago

ghost commented 2 years ago

ubuntu机器上使用git clone下载受限,于是从github上下载源码以后执行了cd spikingjelly python setup.py install,显示以下打印信息 Using /home/qtt/anaconda3/envs/NASNet/lib/python3.9/site-packages Finished processing dependencies for spikingjelly==0.0.0.0.13 但是在执行from spikingjelly.clock_driven.functional import reset_net时,出现以下信息,请问是什么问题呢? ERROR: Could not find a version that satisfies the requirement spikingjelly.clock_driven (from versions: none) ERROR: No matching distribution found for spikingjelly.clock_driven

fangwei123456 commented 2 years ago

clock_driven是<=12版本的,GitHub目前的源代码是13版本。装12版本可以从pip安装

ghost commented 2 years ago

clock_driven是<=12版本的,GitHub目前的源代码是13版本。装12版本可以从pip安装

谢谢!修改后没问题了!