Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.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
安装Anaconda python 3.7_Python - Fatal编程技术网

安装Anaconda python 3.7

安装Anaconda python 3.7,python,Python,我正试图安装anaconda,但出现此错误 PREFIX=/home/ofasorgu/anaconda3 installing: python-3.7.3-h0371630_0 ... tar: bin/python3.7-config: Cannot create symlink to `python3.7m-config': No such file or directory tar: bin/pydoc: Cannot create symlink to `pydoc3.7': No s

我正试图安装
anaconda
,但出现此错误

PREFIX=/home/ofasorgu/anaconda3
installing: python-3.7.3-h0371630_0 ...
tar: bin/python3.7-config: Cannot create symlink to `python3.7m-config': No such file or directory
tar: bin/pydoc: Cannot create symlink to `pydoc3.7': No such file or directory
tar: bin/pydoc3: Cannot create symlink to `pydoc3.7': No such file or directory
tar: bin/idle3: Cannot create symlink to `idle3.7': No such file or directory
tar: bin/2to3: Cannot create symlink to `2to3-3.7': No such file or directory
tar: bin/pyvenv: Cannot create symlink to `pyvenv-3.7': No such file or directory
tar: bin/python3: Cannot create symlink to `python3.7': No such file or directory
tar: bin/python: Cannot create symlink to `python3.7': No such file or directory
tar: lib/pkgconfig/python3.pc: Cannot create symlink to `python-3.7.pc': No such file or directory
tar: bin/python3.7m: Cannot create symlink to `python3.7': No such file or directory
tar: Exiting with failure status due to previous errors

你能给我建议怎么修吗?提前谢谢你

也许你需要像sudo那样运行它


有关操作系统的更多信息将有所帮助。

我认为在安装anaconda之前,您需要安装依赖项。我认为安装
virtualenv
libpython3.7-dev
应该可以工作

确保您使用
python3.7-mpipinstall[DEPENDENCY}
为正确的python版本安装了这些

例如:

python3.7 -m pip install libpython3.7-dev virtualenv

假设您正试图在系统中安装anaconda for Python3.7。如果没有,请确保为系统中存在的python(具有依赖项)安装它。

为什么进行否决?您能给出一些解释吗?我还需要提供什么?