Skip to content
Discussion options

You must be logged in to vote

Sorry, I think I’ve found the cause of the issue.
When cloning the repository using git clone -b main https://github.com/NREL/floris.git, the downloaded folder is named floris by default.
Usually, other repositories are named something like floris-main or floris-versionNo instead.
In this case, the folder name floris conflicts with the internal package name floris.
Therefore, if you run basic commands such as ‘from floris import FlorisModel’ without first changing the folder, an import error will occur. Therefore, I thought that following the instructions on the homepage would result in an error.
In summary, running the following commands consecutively will result in an error. However, it…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@WetYXXX
Comment options

Answer selected by misi9170
@rafmudaf
Comment options

@misi9170
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants