gilot icon indicating copy to clipboard operation
gilot copied to clipboard

Google Colaboratoryでgilotのインストールができない

Open naoya7076 opened this issue 5 years ago • 2 comments

Google Colaboratoryで!pip install git+https://github.com/hirokidaichi/gilotとしてもインストールができません 以下のように表示されます。ググっても解決方法が見つからずここで質問させていただきました

Collecting git+https://github.com/hirokidaichi/gilot
  Cloning https://github.com/hirokidaichi/gilot to /tmp/pip-req-build-_od8lqvy
  Running command git clone -q https://github.com/hirokidaichi/gilot /tmp/pip-req-build-_od8lqvy
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpi7_tit2g Check the logs for full command output.

naoya7076 avatar Aug 21 '20 13:08 naoya7076

あと!pip install gilotを実行すると以下のように表示されます

ERROR: Could not find a version that satisfies the requirement gilot (from versions: none)
ERROR: No matching distribution found for gilot

naoya7076 avatar Aug 21 '20 13:08 naoya7076

これそうなんですよね。python3.7以降しかうごかないようになってて、google colabがpython3.69とかなんですよね。

hirokidaichi avatar Sep 07 '20 06:09 hirokidaichi