-
Beta Was this translation helpful? Give feedback.
Answered by
RobPasMue
Jul 10, 2025
Replies: 1 comment 4 replies
-
Hi @Lucansys ! It seems that your virtual environment or Python interpreter is not detecting the installed version of PyAnsys Geometry... Could you do the following? On a terminal (with your virtual environment active - if applies) run: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Lucansys !
Okay, the first screenshot is definitely good news! Now let's try to solve the second problem. From what I understand, you are trying to run a Jupyter Notebook using VSCode. I tried to replicate your environment:
As you can see in the screenshot, there is a red box that says "Select kernel" --> When you click on it, select "Python environment" and search for your Python 3.11.9 installation.
As a best practice I still recommend that you familiarize yourself with virtual environments. They provide a self-contained Python installation (with all your installed packages) which is easily reversible and modifiable - rather than your global Python interpreter.
Hope this is of help…