1

OSにインストール済みのPython 3.2.3で使用するために、PythonモジュールMoviePyをRaspberry Piにインストールしようとしています。見つけられるすべてのコマンドラインコマンドと、特定の単語の可能な順列をたくさん試しました。

以下はダウンロード手順です。 https://zulko.github.io/moviepy/install.html

苦労の末、なんとかpipをダウンロードしてmoviepyをインストールしましたが、Python 2.7版でした。pip3 と呼ばれる別のものを見つけ、次を使用してインストールしました。

sudo apt-get install python3-pip --fix-missing

それは成功したように見えました。

最終的に、Python 3.2 で動作するはずのコマンドを見つけました: pip-3.2 install moviepy しかし、エラーが発生しました:

Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement moviepy
No distributions at all found for moviepy
Storing complete log in /home/Pi/.pip/pip.log

私は何をしますか?私はCLIの知識がまったくありません...

4

1 に答える 1