gilot
gilot copied to clipboard
Google Colaboratoryでgilotのインストールができない
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.
あと!pip install gilotを実行すると以下のように表示されます
ERROR: Could not find a version that satisfies the requirement gilot (from versions: none)
ERROR: No matching distribution found for gilot
これそうなんですよね。python3.7以降しかうごかないようになってて、google colabがpython3.69とかなんですよね。