- Thank you received: 0
Spheroid Meshing Issue
- BenWilson94
-
Topic Author
- Offline
- Junior Member
-
Less
More
5 years 7 months ago #2306
by BenWilson94
Replied by BenWilson94 on topic Spheroid Meshing Issue
Hi Matthias,
Ok, thank you for you help.
Kind regards,
Ben
Ok, thank you for you help.
Kind regards,
Ben
- BenWilson94
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Thank you received: 0
5 years 7 months ago #2307
by BenWilson94
Replied by BenWilson94 on topic Spheroid Meshing Issue
Hi Matthias,
I'm still getting an issue while using a version later than
NGSolve-6.2.1910.dmg 2019-12-19 03:44 53M
When running the later versions I get the following error when trying to importing NGSolve.
I am running Python 3.7.1 on Mac OS 10.13.6.
Kind regards,
Ben
I'm still getting an issue while using a version later than
NGSolve-6.2.1910.dmg 2019-12-19 03:44 53M
When running the later versions I get the following error when trying to importing NGSolve.
Code:
Traceback (most recent call last):
File "main.py", line 90, in <module>
from Settings import DefaultSettings
File "Settings/Settings.py", line 4, in <module>
from ngsolve import *
ModuleNotFoundError: No module named ‘ngsolve'
I am running Python 3.7.1 on Mac OS 10.13.6.
Kind regards,
Ben
5 years 7 months ago #2308
by matthiash
Replied by matthiash on topic Spheroid Meshing Issue
Oh, forgot to mention that we switched to Python3.8 for MacOS installers. It's possible to have multiple python versions installed, you just need to check and possibly adapt your environment variables.
Code:
which python3
/Library/Frameworks/Python.framework/Versions/3.8/bin/python3
Time to create page: 0.111 seconds