normalizePath 找不到python路径

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了normalizePath 找不到python路径相关的知识,希望对你有一定的参考价值。

参考技术A 原因是Anaconda 下的env中检测不到python包,系统发出警告,可以忽视。
Warning messages:
1: In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="D:\Anaconda\envs\myenv/python.exe": The system cannot find the file specified
2: In normalizePath(path.expand(path), winslash, mustWork) :
path[1]="D:\Anaconda\envs\rstudio/python.exe": The system cannot find the file specified

以上是关于normalizePath 找不到python路径的主要内容,如果未能解决你的问题,请参考以下文章

robot命令找不到正确的python路径

python找包的路径(找不到自定义包的问题解决)

pycharm 找不到python路径

Python-- error: [WinError 3] 系统找不到指定的路径

VirtualEnv 系统找不到指定的路径:'...Python3.6\\DLL'

python文件打包为exe提示找不到路径是啥原因?