-
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
@ninfinity : can you give me instructions on how to install your version. I am trying but I am getting error. #4
Comments
I got the same error, but here the library hasn't been compiled. |
@Fer123a Could you please copy-paste the error output? |
|
Have you checked if you have CMake installed? If you have a closer look, it is not the same error as the one reported above. |
Yeah, you're right, it's a different error. I have cmake installed, and I also have MinGW C and FORTRAN compilers installed and MinGW\bin directory added to the Path environment variable. |
I found out what was wrong, I was just using a 32 bits Python Interpreter instead of a 64 bits one.
The line "OSError: [WinError 193] %1 não é um aplicativo Win32 válido" says [WinError 193] %1 is not a valid Win32 application |
Mmm, the truth is that since I am running on a MacOs system it is more difficult to test your problem. Could you send snapshot of the folders and the builds created by the installation process? |
I am currently having the same issue as this, is there any solution? The installation was successful and the folder structure is the same to what @Fer123a has. |
Ultimately I was not able to use this package. I ended up using the method described in the first videos of the following YouTube playlist https://www.youtube.com/playlist?list=PLxT-itJ3HGuUDVMuWKBxyoY8Dm9O9qstP. In the videos, the guy uses MATLAB, but in the descriptions you can find links to the python scripts that does the same as the MATLAB ones. I don't know what you're trying to do, but maybe that works for you too. |
Thank you, I will look into it |
I am getting the same issue: AttributeError: 'XFoil' object has no attribute '_lib' Although, I did make it work a long time ago on my old computer. I don't remember doing anything in particular. It just started to work after I was using Aerosandbox for a long time. Does anyone have a solution? I already tried reinstalling OpenSSL in all ways possible as suggested in other threads. Many thanks! |
I have the same issues with @Fer123a @joshuaxdmb @gmonechi Traceback (most recent call last): Has anybody fixed this issues? It really bother me for 2 weeks |
@hntter Try using python 3.7 instead of 3.8. |
This did not make a difference for me. Neither on windows nor Mac |
@ninfinity : can you give me instructions on how to install your version. I am trying but I am getting error.
Originally posted by @ckesanapalli in daniel-de-vries#2 (comment)
The text was updated successfully, but these errors were encountered: