Struggling to install qmllib with MACOS #19
Answered
by
rafaelbicudo
rafaelbicudo
asked this question in
Q&A
|
Hi, happy new year! I've been trying to install qmllib in my MacBook Air with M2, but I have been encountering the following error: I reinstalled gcc using brew and also followed the recommendations on the QML website to install it on MacOS, but I still get this same error. Do you have any idea how to fix it? Thanks, |
Answered by
rafaelbicudo
Jan 8, 2025
Replies: 1 comment 4 replies
|
Hi @rafaelbicudo , There are some issues with OpenMP on Mac. For now, you can clone down the repository and remove Will find a general fix and push a new version to pip, ASAP. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @charnley,
Thanks for the reply. Removing the
-lgompflag fixed it and I managed to compile it successfully. However, I had some issues when trying to use thermsdpackage combined withqmllibin parallel. Specifically, it failed to import thegenerate_fchl19()function inside thecalculate_rmsd.pyscript.To make it work, I installed
libompviabrewand changed the_compile.pyfile to add a few flags and paths. I'm sending the file attached (as a .txt) in case you want to check it.Thanks for the support!
Best,
Rafael.
_compile.py.txt