-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing on Mac #10
Comments
Sorry for the delayed response. Since the homebrew developers updated the gcc version to 8, you need to Please see #12 for an updated MacOS compilation process. |
Resolve "Selection refactoring" Closes orest-d#10 See merge request schlipf/py4vasp!10
Establish a sphinx compatible documentation of the API of all modules. The goal is to document all functions a user might use not the inner workings of the classes.
brew install gcc@7 doesn't work on newer MacOS versions. I get following warning. Warning: gcc@7 has been deprecated because it is deprecated upstream! |
@jlabs06 I am running into the same issue when trying to install GCC 7 |
I followed the steps mentioned in the README.Macos for installing P4vasp on Macbook Pro (MacOS Mohave, v.10.14..3), but am having some issue.
I get the following error:
g++-7 -fpic -g -DPY_DOMEXC_MODULE=""xml.dom."" -I
python -c "import sys;import os.path;print os.path.join(sys.prefix,\"include\",\"python\"+sys.version[:3])"
-Iinclude -c string.cpp -o string.o/bin/sh: g++-7: command not found
make[1]: *** [string.o] Error 127
make: *** [p4vasp] Error 2
I am unable to find a way to fix this error.
The text was updated successfully, but these errors were encountered: