holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
546 stars 31 forks source link

Problem Installing Qiskit #300

Open ShaunakKulkarni0 opened 1 year ago

ShaunakKulkarni0 commented 1 year ago

Hi,

I‘m new to using jupyter notebooks on Ipad, and I was wondering why Qiskit won‘t install.

IMG_0691

Error code: IMG_0692

Is qiskit not supported? Because I could install it the same way on my Laptop, and it worked fine.

Thanks! It would help a lot if this issue is resolved.

holzschu commented 1 year ago

Hi, the iPad doesn't have a working C compiler for the time being. Ad a consequence, you can only install pure Python packages; packages that require you to compile modules cannot be installed. That is the main difference between Carnets (or any system running Jupyter on an iPad) and your laptop.

Carnets-with-scipy does have qutip. It's not the same as qiskit, but it could be enough for your needs, depending on how advanced your quantum computations are.

Note for myself: connected to issue #125

ShaunakKulkarni0 commented 1 year ago

Thanks for the quick response.