Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Spheroid Meshing Issue

More
4 years 3 months ago #2306 by BenWilson94
Replied by BenWilson94 on topic Spheroid Meshing Issue
Hi Matthias,

Ok, thank you for you help.

Kind regards,

Ben
More
4 years 3 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.
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
More
4 years 3 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.152 seconds