Looks like some of the dependencies did not install correctly in your LandBOSSE simulation. For the specific error in particular, you need to do: conda install openpyxl. However, I would also recommend walking through the install steps again and making sure you have everything covered. You should probably do the pip install -e . command again too.
Thanks a lot for getting back. I tried conda install openpyxl . But gave the below error. Googled the same error and tried few solutions, but did not help.
You are also working off of the base conda environment. You might consider trying out a dedicated environment for LandBOSSE. Environments act as little sandboxes that you can create, use, and destroy without disrupting other projects or codes. [More info](https://conda create -n myenv python=3.9).
Looks like you are mixing conda environments and doing some steps in “landbossetool” and others in “base”. Make sure you conda activate landbossetool and then do conda install openpyxl and also the pip install -e . step.
There is something wrong with your conda installation that has nothing to do with the NREL code and is tough for me to debug remotely. I would suggest trying out: conda update -n base -c defaults conda conda update --all
And trying again, or maybe even reinstalling Anaconda if that also doesn’t work.
Thanks a lot for getting back and I re installed Anaconda and now its running. Thanks a lot for the support. May I also know if there is any documentation on how I can modify the inputs for example to run a BoS for projects in EU and Asia. And also, what happens to the simulation results if certain inputs are not available in detail. For example the mass, drag coeff., lever arms etc.
Feedback courtesy of Owen Roberts, one of the LandBOSSE developers:
In terms of modifying the inputs this page points to a somewhat difficult to find example input sheet here. To modify the inputs for areas outside the US I would recommend changing the labor, material, and equipment rates to reflect local rates. I also recommend changing the wind resource data, although this will likely be difficult to find and might require manually formatting any data available.
For component mass, coefficient of drag, lever arms, etc mass can be estimated from the Cost and Scaling Module, which can be accessed via WISDEM and coefficients of drag are probably assumed to be constant by component. Lever arms should be a simple calculation based on hub height and number of tower sections.
An additional resource that might be helpful can be found here.