Hello, @Aikaterini Gratsea !
Why am I running into errors while attempting to run Tutorial: Estimate the resources of a quantum chemistry problem?
Example error: IQ# is not installed.
IQ# was a legacy Jupyter/python support engine that was deprecated last January. You will need to remove any legacy qsharp-core and qsharp-chemistry packages that have been installed.
You can perform a clean install of the QDK on VS Code by doing the following:
https://learn.microsoft.com/en-us/azure/quantum/install-overview-qdk#installing-the-qdk-on-vs-code
- In VS Code, disable or uninstall the Microsoft Quantum Development Kit extension.
- Run
python -m pip uninstall qsharp qsharp-core qsharp-chemistry azure-quantum
- If needed, install the latest version of VS Code or open VS Code on the Web.
- Install the Azure Quantum Development Kit extension.
Note that step 2 will uninstall any legacy packages. In combination with step 1, this will give you a clean install with the latest versions.
If you are still running into issues after completing this, let us know in the comments so we can figure out why the uninstall isn't working correctly.
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!