C++ Issues on Mac OS Big Sur #147
Replies: 3 comments 27 replies
|
Hi jas220, It looks like your problem comes from the OMP library. The case you are running here is also run in the unittest so can you also double check that the unittest were successful and report the output if they were not? Thank you |
|
Dear Jesús, I have reinstalled SHARPy in my macOS Sierra, both in bash and in the zshell, to see if I encountered the same issues. For me it went well for both shells so a few points: -- Changing shells is fine but make sure your Anaconda folder is ahead in the variable $PATH (by doing I hope that helps and good luck! |
|
Maybe this is of use?
https://stackoverflow.com/a/65485591
Looks like in general there is trouble with g++ and recent OS versions. Go through the thread and give it a go (using the cxx compilers `clang++` or `gcc-10`)
|


Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've managed to successfully install SHARPy and perform the unittest. However, when I try to run a test case, I run into this error. I have already set the
write_screentoon, and appendedBeamPlotinto theflowsetting.What do you recommend I do next?
Thanks in advance!
All reactions