Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/337.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 蟒蛇3.8:can';t打开文件';setup.py';:[Errno 2]没有这样的文件或目录_Python_Machine Learning_Installation_Window - Fatal编程技术网

Python 蟒蛇3.8:can';t打开文件';setup.py';:[Errno 2]没有这样的文件或目录

Python 蟒蛇3.8:can';t打开文件';setup.py';:[Errno 2]没有这样的文件或目录,python,machine-learning,installation,window,Python,Machine Learning,Installation,Window,我尝试在以下位置运行python3.8 setup.py build\u doc 但我不能在Powershell、ubuntu、cmd、anaconda、SudoSu上运行。 错误消息是 python3.8:无法打开文件'setup.py':[Errno 2]没有这样的文件或目录 我该怎么办?您是否在带有setup.py的文件夹中运行了它?

我尝试在以下位置运行
python3.8 setup.py build\u doc
但我不能在Powershell、ubuntu、cmd、anaconda、SudoSu上运行。 错误消息是
python3.8:无法打开文件'setup.py':[Errno 2]没有这样的文件或目录


我该怎么办?

您是否在带有
setup.py
的文件夹中运行了它?