Opensuse 12.2へのminicondaのインストールが失敗する

Opensuse 12.2へのminicondaのインストールが失敗する

私はOpensuseについてよく知らず、今インストールしようとしています。マイクロコンダそのようなオペレーティングシステムで。

私はダウンロードしました.sh インストーラそれから逃げた。bash Miniconda3-latest-Linux-x86_64.sh

インストーラが起動し、ライセンスに同意しました。

その後、インストール場所の入力を求められます/home/user/miniconda3。デフォルト値は 。

この場所を確認した直後、次のエラーメッセージが表示されました。

Miniconda3 will now be installed into this location:
/home/user/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/user/miniconda3] >>> 
PREFIX=/home/user/miniconda3
Unpacking payload ...
tail: cannot open ‘+9231072’ for readingtail: cannot open ‘+2’ for reading: No such file or directory
: No such file or directory
Traceback (most recent call last):
  File "tarfile.py", line 2297, in next
  File "tarfile.py", line 1093, in fromtarfile
  File "tarfile.py", line 1029, in frombuf
tarfile.EmptyHeaderError: empty header

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "conda.exe.py", line 62, in <module>
  File "tarfile.py", line 1601, in open
  File "tarfile.py", line 1482, in __init__
  File "tarfile.py", line 2312, in next
tarfile.ReadError: empty file
[10278] Failed to execute script conda.exe
ERROR: could not extract tar starting at offset 000000000000018891+9231072+2

/home/user/miniconda3これで、aを含むディレクトリが作成されたことがわかります。conda.exe

背景の問題が何であるかを知っている人はいますか?前述したように、私はOpensuseに慣れておらず、Ubuntu 18.04 LTSシステムでも同じインストール方法が機能します。

また、両方のコンピュータのプログラムバージョンがtail異なることも発見しました。tail --versionOpenSuseシステムにこれを入力すると、次の結果が表示されます。

tail (GNU coreutils) 8.16
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin, David MacKenzie, Ian Lance Taylor,
and Jim Meyering.
bhinckel@cr28603:~/downloads>

これはかなり古く、次のような結果が得られます。

tail (GNU coreutils) 8.28
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin, David MacKenzie, Ian Lance Taylor,
and Jim Meyering.

Ubuntuマシンで。

ベストアンサー1

おすすめ記事