This is the first Qiskit installation tutorial that didn't give me any problem at all. Thanks a lot for the material, it's really helpful.
@MyCodingDiary9 ай бұрын
You have such a knack for explaining things clearly. Awesome job!
@shuaibhamzap34876 ай бұрын
For those who are installing qiskit in windows, here's a tip for you. If you install normally as this video shows, it might not work. Specifically saying, the Jupyter will not identify the qiskit and thus will throw an error. Instead do all the things, which include creating a new environment and all the installations in the Anaconda powershell. The reason I found is that the terminal inside the vscode in my computer wasn't on the base and didn't change to cwq (new environment) after activating it. So I assume everything is installed on my computer rather than the new environment I created. So do check it before installing, after which you can use the vscode and jupyter notebook to import qiskit. It worked for me. Thank you.
@dandeliony4916 ай бұрын
Indeed, the tutorial in this video is not working for windows. I had to add anaconda path to my system environment variables, then write those command in Command Prompt, then do the same on Anaconda Prompt. After that I can import qiskit in VSCode.
@mauriciodesouza9345 ай бұрын
Could you explain with more details? im trying to install in my windows pc and its not working at all, i need some help please
@mauriciodesouza9345 ай бұрын
@@dandeliony491 How exactly you did that? im having the same problem
@aqsayaarchupkrjao5 ай бұрын
Can you explain more I'm trying to install this but it is not working ,I created a virtual environment not as this is shown in this video because I can't do same in VScode
@mrgledjan30915 ай бұрын
do what @shuaibhamzap3487 says and also turn off your VPN it worked for me
@MyCodingDiary9 ай бұрын
I can't believe I didn't find your channel sooner. Subscribed!
@edbertkwesi49316 ай бұрын
Abe left a lasting impression on my mind when it comes to Qiskit tutorials , but i love the style and ease of your demonstration
@cnotta7 ай бұрын
I could not follow the instructions in this Episode 2 video AT ALL for windows. I was completely lost. Thankfully there were some written instructions that allowed me to get qiskit installed, and a glimmer of a jyputer notebook to appear. I was really expecting to follow this video as it was stated it was for beginners. Be warned, this is NOT a beginner friendly video. You will have to stitch a bunch of items together for yourself, especially if you are using a windows machine.
@omarmujahid18169 ай бұрын
Hello! thanks for the video
@makkisaud19729 ай бұрын
🤣🤣🤣🤣🤣🤣🤣🤣😂😂😂😂😂
@joeyweil94034 ай бұрын
For anyone having trouble on windows with activating your environment in the terminal (It should recognize "qiskit" when you type "import qiskit" into the new file as per the video, and if it doesnt regonize qiskit then nothing was installed to your new environment), You must launch windows powershell and run "set-executionpolicy unrestricted". Then when you activate the environment you created it will actually show up in the terminal line like it does in the video. took me two hours to figure this out so i hope this helps someone
@milo.v.3583 ай бұрын
I successfully installed Qiskit on my Mac! Thank you for this tutorial, it has been extremely helpful!!
@qiskit3 ай бұрын
step one: completed.
@milo.v.3583 ай бұрын
@@qiskit Yes! Next steps: quantum simulations!
@LukasSmith8279 ай бұрын
very nice! please I hope there's some coverage on fully local simulators during this series 🙏
@DerekWangIBM9 ай бұрын
We'll do a small example with local simulators through Primitives next episode, but we'll be focusing on running on real quantum computers.
@birincimammadzada9 ай бұрын
thank you! “please hire me as an intern at IBM” :)
@4NDr3W_f6 ай бұрын
I'm so grateful for any guide that doesn't have random errors, like this one! Question: How can I run my code with qiskit without accessing the quantum hardware? Let's say for debugging etc. Alternatively, how can I turn off the runtime? I;m guessing that after this setup, anything that is run onto this environment will count from the 10 min limit? Edit: I figured it out. If you add a fake backend it runs as a simulation so everything's fine.
@quantum_parody9 ай бұрын
i was almost stuck thanks to AI but again you succintly brewed nice installation setup ive loved this!
@Aarizkhan-u2i7 ай бұрын
i also got stuck but ai helped me
@Aarizkhan-u2i7 ай бұрын
nice video! I am really excited to get started!
@OleksiiSylichenko2 ай бұрын
For Windows, call commands one by one: conda create --name cwq conda activate cwq conda install python=3.12 conda install pip pip install qiskit pip install -U qiskit-aer pip install matplotlib pip install qiskit_ibm_runtime pip install pylatexenc It is important to specify Python version 12 because, as of today (2024-11-26), the automatically installed version 13 causes an error during the installation of qiskit_aer.
@ribamar79 ай бұрын
Great installation tutorial! Thanks! Question I have is regarding certification. I was studying for the "IBM Certified Associate Developer - Quantum Computation using Qiskit v0.2X". Now that qiskit 1.0 is released, should we expect a new certification to be available soon?
@qiskit9 ай бұрын
yes! it's on its way and is coming very soon.
@nosferatu55009 ай бұрын
I cant execute QiskitRuntimeService.save_account........, it says AccountAlreadyExistsError
@Abhigyan1039 ай бұрын
It only needs to be run once, after that, you can just remove that code
@mohitdhanik-n7p9 ай бұрын
while running line 3 ......it says "cannot import name 'ValidationInfo' from 'pydantic' ..pls help🙏
@jordisanzmoros75349 ай бұрын
Same error here :(
@riwazudas25327 ай бұрын
did u fix it?
@georgeliu30285 ай бұрын
Thanks for the great content!
@tonysu8286Ай бұрын
Why does the IBM restricted some countries? I cannot use the api because its geo restricted?
@maker._9 ай бұрын
Qiskit 1.0 installed 👏
@mtheorylaboratory5 ай бұрын
wow i can't believe this worked! with a bit of adapting to windows/anaconda.. legit 127 qubits xD
@鎃淼鑫9 ай бұрын
Thanks for your teaching! But I can not import qiskit_ibm_runtime,and it says that No module name''qiskit_ibm_runtime' although I have installed the package successfully!what is the reason?
@DerekWangIBM8 ай бұрын
Make sure you've installed qiskit_ibm_runtime into the environment you're executing your Python code in. Make sure to follow the instructions from the video closely--start an environment, `conda install pip`, pip to install packages within that environment, and then use that environment in your Jupyter notebook (after restarting your Python environment kernel in your Jupyter notebook).
@RajIndia314159 ай бұрын
Great! I had my first Quantum program up and running.
@RHH-ur1vmАй бұрын
You selected Intel graphics card text with your cursor, which is not the same as the processor. But ... only intel chips have intel graphics card.
@natureloverJ3 ай бұрын
How students or learners create IBM Id / Account, if they don't have business email rather they have only google or yahoo email.
@afrobeats.trivia8 күн бұрын
You can use any email address to create your IBM id and you'd received a code to link/use your account
@HussainShaik-hl9cu4 ай бұрын
why my python environment is not shown in jupyter notebook ?
@vijayasekaranm21233 ай бұрын
Ok, right from the beginning, i've been trying to run simple scripts but I often am running into incompatible version error. if this trend continues, we concentrate only on figuring out versions rather to concentrate on the actual script. how to lay out a plan for this? I am a rookie, please advise me accordingly.
@ExistenceUniversity8 ай бұрын
Why didn't you follow the instructions on the website!! So frustrating!!
@MasterinSPDFАй бұрын
Hello sir I do not have enough money to pay for qiskit_ibm_runtime . Then what should I have to do 😢
@qiskitАй бұрын
qiskit is free...
@mrinaljauhari12176 ай бұрын
I am unable to follow qiskitruntimeservice part getting syntax error while using the token.
@Hopegood70312 ай бұрын
Hi qiskit, I want you to know that I can not access to my IBMd cloud, I have this account since 2023 and I used to get badgets in your challenges with it, but I dont know what the problem with it now, please guide me
@asasdodesconto.official2 ай бұрын
It would be great if there was an online platform without the need to install any software.
@vikash58922 ай бұрын
Can we acess this with the student ID card
@Hexx-Avalon4 ай бұрын
How long time for you to install ipykernel?
@dlcrdz007 ай бұрын
I can't figure out how you are able to open the terminal and have your (base) env populate the prompt. Mine doesn't do that
@kendorazio29237 ай бұрын
I had the same issue. I opened terminal through anaconda navigator and was able to continue
@akhilmohanmec7 ай бұрын
Hello, I already have Anaconda Installed on my laptop. Can I create a new environment and install Qiskit and packages, or must I install Miniconda? Would you also happen to know how I can join the Slack forum? I am running into an error where I must enter some login credentials (SSO account). Thank you.
@gyansah25947 ай бұрын
how to get the kernel?
@randybrown39905 ай бұрын
Providing a similar video, but for windows installation is recommended. Also, PLEASE consider SLOWING DOWN when you speak. Even with changing the playback speed setting I found it very difficult to follow. Honestly, you could present these steps at half the speed, with pauses between each step!
@HussainShaik-hl9cu7 ай бұрын
Please help me importing the module execute in latest version
@uniqueunique12737 ай бұрын
When I'm creating an environment in a terminal its giving me an error. It's showing the term conda is not recognised... Please help me in creating a new environment....
@kelleclark45217 ай бұрын
I had this issue also. If you have installed miniconda, under start you should see the anaconda command prompt. Open and then type where conda. You should see 3 directories if this solution will be helpful to you. Edit your user environment variables path variable to include the path to the miniconda, the library/bin and the scripts. Close the anaconda command prompt and start a new one, just in case needed for changes to take effect.
@TheRMeerkerk7 ай бұрын
@@kelleclark4521 Thanks for the explanation, that really helped me! Just to clarify for anyone else reading this just to make it a little bit more clear: 1) Go to Start, search for "Anaconda Prompt (miniconda3)" and open it. 2) Type "where conda" and press enter, you should see three paths appear. 3) Copy two of those paths (."..\Library\bin" and "...\Scripts") up until the folder name and add them to your path. 4) Restart VS code or any terminal in which you want to use the conda command
@3xistism1.07 ай бұрын
so to run that final part do I have to wait for my quantum computer to be out of queue?
@yashtrivedi94037 ай бұрын
PLEASE HELP! I'm working on qiskit challenge 2024 lab0 but the "from qc_grader.challenges.iqc_2024 import grade_lab0_ex1" is giving an error. It says "No module named 'qiskit_serverless'".
@TheRMeerkerk7 ай бұрын
"conda activate cwq" did not seem to do anything for me (also no errors). Also at when I search for the kernel I do not see cwq appear.
@iqra81496 ай бұрын
same question and stuck here
@theendoftime200023 күн бұрын
Getting Jupyter Notebook to run Python in the correct environment succeeded with the help of Copilot AI.
@jerlinjeri76467 ай бұрын
I had installed qiskit but I could install version 1.1.0 not 1.0 ... What should I do.?
@pdgoptics6 ай бұрын
Is there a video for those of us that already have Anaconda and Python on a PC?
@qiskit6 ай бұрын
Once you have conda and Python, you can start from the section where we install Qiskit and supporting packages.
@HussainShaik-hl9cu8 ай бұрын
Do we have to execute 'conda install pip', ' pip install qiskit', 'pip install jupyter' everytime we start a machine (windows)?
@DerekWangIBM8 ай бұрын
No, you shouldn't need to. Conda is the package manager that needs to be installed just once. Within Conda you can have multiple virtual environments. Install pip, qiskit, and jupyter only once per virtual environment (and update as necessary)
@Roger71376 ай бұрын
Thank you. Learning
@devgupta64749 ай бұрын
How do I install aer for backend simulations
@sentient3149 ай бұрын
What do I do if my country is banned from the website?
@shrenikharan8 ай бұрын
how can I enable the environment indicator which says (base) or (cwq) before each line?
@DerekWangIBM8 ай бұрын
Make sure to activate your environment. So in Terminal, type 'conda activate name-of-your-environment'. Then you should get '(name-of-your-environment)' before each line
@acQUANtance9 ай бұрын
Even after installing miniconda on my windows PC, do i still have to install python as vscode is instructing to install python
@kelleclark45217 ай бұрын
I was also prompted to install the recommended Python after the step of opening a new file > Jupyter notebook... I didnt try without, but seemed logical that Python would be needed
@abiuniverse9 ай бұрын
What about using a simulator (QASM?) instead of the IBM cloud hardware?
@DerekWangIBM9 ай бұрын
We'll do a small example with local simulators through Primitives next episode, but we'll be focusing on running on real quantum computers.
@krishnageethakaruppasamy84939 ай бұрын
Thank you.
@theendoftime200023 күн бұрын
The API Token should be a string with " ".
@calvndexter775 ай бұрын
For those installing qiskit in Windows, this video kzbin.info/www/bejne/bGqXi35_Yplqnacsi=O8-csqz9fR5uipWy helped me to do it! The video also follows the steps prescribed by IBM's Qiskit video. The only problem I faced is while installing matplotlib. When you face error while running the command " pip install matplotlib " , try " conda install matplotlib " in cwq conda environment. This should work and you can follow the Oiskit's tutorial itself for the upcoming steps
@sai_3439 ай бұрын
Waiting
@theherrmann6 ай бұрын
Merci!
@dinarwali3869 ай бұрын
Best
@obiajulumbanefo35459 ай бұрын
Thanks for this 🫂
@bindumadhaviv6 ай бұрын
I can't find the conda env under 'select kernel' even if everything is properly installed
@manos99317 ай бұрын
when i run this: from qiskit import IBMQ, show me that error: nameerror: name 'ibmq' is not defined ,any ideas?