1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Qiskitがインストールできない人に捧げる

Last updated at Posted at 2021-12-18

anacondaを用いてQiskitをインストールしようとしていたが、挫折。二週間後、ようやく解決方法に気づくこととなった。

挫折

「generator」がないと怒られていて、「Visual Studio 2019が必要」と言われていたのでインストールしてみたり、pipで「Ninja」をインストールなどいろいろ試してみたものの、挫折。

解決

このページにある「Programming Language」という欄を見ていただきたい。

_人人人人人人人_
> python :: 3.6 <
> python :: 3.7 <
> python :: 3.8 <
> python :: 3.9 <
 ̄Y^Y^Y^Y^Y^Y^Y ̄
そう、python3.10がサポートされていなかったのです。

conda create -n Qiskit python=3.9

として無事解決。
量子コンピューティング、がんばるぞ!

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?