LoginSignup
0
0

More than 3 years have passed since last update.

Vision TransformerのGitHub(google-research / vision_transformer)は、Windowsでは素直には動かないみたいです。

Posted at

概要

Vision TransformerのGitHub(google-research / vision_transformer)は、Windowsでは素直には動かないみたいです。

具体的には、
https://github.com/google-research/vision_transformer

を動かそうとして、

pip install -r vit_jax/requirements.txt

とすると、

ERROR: Could not find a version that satisfies the requirement jaxlib (from clu)

のエラーで終わっていまう。

このエラーは回避できないのか?

stackoverflowでは

引用すると、

Jaxlib is not supported on windows you can see it here.. https://github.com/google/jax/issues/438

windowsは、サポートされないよう。

リリース元のgithubでも

以下は、上記の引用。

image.png

windowsは、サポートされていないよう。

余談

githubのissuesの見方がよくわかっていなかったが。。。。
進入禁止マークで、線が引かれて、closedになっていたら、そこで結論が出てるんですね。。。
かなり後ろに長く続く場合があるけど。。。
それは、参考?、関連?情報

まとめ

windows環境で、WSLに逃げるとかもあるかもしれないが、GPU関係がよくわからないし、
冷たくされているなら、諦めるべきだと思いました。
Google Colabかな。
コメントなどあれば、お願いします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0