jupyter notebook Cell In35 line 2 syspathappendFpython3anaconda3pythonexe ^SyntaxError invalid syntax怎么解决
这个问题是因为在路径字符串中缺少一个引号。应该这样写:
sys.path.append('F:\python3\anaconda3\python.exe')
原文地址: https://www.cveoy.top/t/topic/cjoF 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
这个问题是因为在路径字符串中缺少一个引号。应该这样写:
sys.path.append('F:\python3\anaconda3\python.exe')
原文地址: https://www.cveoy.top/t/topic/cjoF 著作权归作者所有。请勿转载和采集!