Skip to content
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

Down load in windows system #27

Open
clun1 opened this issue Apr 12, 2023 · 9 comments
Open

Down load in windows system #27

clun1 opened this issue Apr 12, 2023 · 9 comments

Comments

@clun1
Copy link

clun1 commented Apr 12, 2023

May I ask whether ccblade can be downloaded on Windows system? If yes, what should I pay attention to

@gbarter
Copy link
Member

gbarter commented Apr 12, 2023

Yes, CCBlade can be built on Windows. If you have already done conda install wisdem then you have already installed CCBlade.

@clun1
Copy link
Author

clun1 commented Apr 12, 2023

yep,i download wisdem,and run the ccblade like this,but i don't know why it failed?
image

@clun1
Copy link
Author

clun1 commented Apr 12, 2023

i'm curious if downloading wisdem or ccblade requires a separate download of fortran complier?

@gbarter
Copy link
Member

gbarter commented Apr 12, 2023

On your error, python is complaining that it cannot find the file you have specified. That is not a WISDEM or CCBlade error. Double check your file spelling and paths.

If you want to build WISDEM and CCBlade from the source, you do need a Fortran compiler (which is available via Anaconda). If you did conda install wisdem, then you don't need a separate command to install a Fortran compiler.

@clun1
Copy link
Author

clun1 commented Apr 12, 2023

thank for your guidance,but i have a new problem,and i don't know why it happen
image
image

@gbarter
Copy link
Member

gbarter commented Apr 12, 2023

If you installed CCBlade via WISDEM, then you have to access CCBlade via the wisdem python package and scripts. Try this one instead:
https://github.com/WISDEM/WISDEM/tree/master/wisdem/test/test_ccblade

@clun1
Copy link
Author

clun1 commented Apr 13, 2023

thank for your guidance,i can run this example,but there are some alarms, i do not kown whether there will be any impact and how to solve these alarms
image
image

@clun1
Copy link
Author

clun1 commented Apr 13, 2023

i downloaded mpi4py,the above alarm has been solved,but the warning in the following picture still appears,why is this?
image

@gbarter
Copy link
Member

gbarter commented Apr 13, 2023

There is no requirement for mpi4py and your WISDEM installation was working fine in that message. I'm not sure what changed to your most recent message. Be sure you are working in the correct Anaconda environment where you installed WISDEM (conda activate name-of-your-wisdem-environment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants