Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/303.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 倍频程';s符号包(版本2.8.0)在Windows 10中不工作_Python_Anaconda_Octave - Fatal编程技术网

Python 倍频程';s符号包(版本2.8.0)在Windows 10中不工作

Python 倍频程';s符号包(版本2.8.0)在Windows 10中不工作,python,anaconda,octave,Python,Anaconda,Octave,我已按照此处给出的说明中的选项1和选项2进行操作 然而,在加载了象征性的包之后,我得到了 >> pkg load symbolic >> syms x error: 'python_ipc_popen2' undefined near line 59 column 17 error: called from python_ipc_driver at line 59 column 15 python_cmd at line 163 column 11 valid_

我已按照此处给出的说明中的选项1和选项2进行操作

然而,在加载了象征性的包之后,我得到了

>> pkg load symbolic
>> syms x
error: 'python_ipc_popen2' undefined near line 59 column 17
error: called from
    python_ipc_driver at line 59 column 15
python_cmd at line 163 column 11
valid_sym_assumptions at line 38 column 10
assumptions at line 82 column 7
syms at line 97 column 13
这是sympref diagnose的输出

>> sympref diagnose

Symbolic package diagnostics
============================

Python and SymPy are needed for most features of the Symbolic package.

The Python interpreter is currently: "/anaconda3/bin/python".

Computers may have more than one Python interpreter installed.  If you
need to, you can select a different one using the PYTHON environment
variable (see "help sympref").  For example, to use Python 3, try
    setenv PYTHON python3
    sympref reset

Attempting to run /anaconda3/bin/python -c "print(\"Python says hello\")"

Le chemin d’accès spécifié est introuvable.
status =  1
output =

Unfortunately, that command failed!
We expected to see "status = 0" and "output = Python says hello".

  * Is there an error message above?

  * Do you have Python installed?

  * Please try using "setenv" as described above.

  * Most systems search the PATH environment when looking for commands.
    Your path seems to be: (...)

我已经安装了水蟒3。我在Windows10下工作。关于如何解决这个问题,你有什么想法吗?

你应该把PYTHON完整路径设置为PYTHON.exe

在我的例子中是setenv PYTHON C:\Users\username\anaconda3\PYTHON

不确定,但尝试安装然后安装sympy(pip install sympy)(不使用Anaconda)