其他分享
首页 > 其他分享> > 错误解决:Could not install packages due to an EnvironmentError

错误解决:Could not install packages due to an EnvironmentError

作者:互联网

 按提示输入 pip install --user spikingjelly

装好了,但是出现警告

这个包不在环境变量PATH,首先把这个目录添加到环境变量中 

在spyder的console中,输入

import sys
sys.path.append('C:\\Users\\user')

注意路径要用双斜杠

标签:斜杠,Could,due,sys,user,install,环境变量,输入
来源: https://blog.csdn.net/Stephanie2014/article/details/121742142