-
Notifications
You must be signed in to change notification settings - Fork 63
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
Installing on Linux #14
Comments
I had the same error occur in python's distutils/cygwinccompiler.py. The function get_version() tries to get the gcc version number by using the flag -dumpversion, but gcc-7 changed the behavior of this flag to only output the major version number. I added the flag -dumpfullversion on line 399 in cygwincompiler.py and it fixed the error.
Unfortunately I get another error, which I haven't managed to get around yet
|
Using pip 20.1 instead of 20.1.1 solved this for me (I did |
The development has now moved to https://codeberg.org/xfoil-python/xfoil-python/ (see #21). There is a pull request, which solves this problem: https://codeberg.org/xfoil-python/xfoil-python/pulls/27 adds
Now Note, that this is not (yet) available on PyPi. |
….' (DARcorporation#27) from compile-linux into main Reviewed-on: https://codeberg.org/xfoil-python/xfoil-python/pulls/27
I'm trying to install on Linux but I get the following error:
I have gfortran and gcc available on the PATH.
I'm using Python 3.8.3:
The text was updated successfully, but these errors were encountered: