lanl / BEE

Other
13 stars 3 forks source link

Update Example Workflows: Clarify the $WORKDIR_PATH #868

Closed AnnaLeah02 closed 1 day ago

AnnaLeah02 commented 5 days ago

When I was going through the cat-grep-tar workflow example it mentioned that to run the example I'd want to create a workdir for the workflow. I personally wasn't sure what the best practice was for where to put this workdir.

It should be clarified that it should be outside of the BEE repo.

AnnaLeah02 commented 1 day ago

I tried to run make html and got 2 errors

Error 1: Configuration error: There is a programmable error in your configuration file

Error 2: importlib.metadata.PackageNotFoundError: No package metadata was found for hpc-beeflow

make: *** [Makefile:20: html] Error 2

pagrubel commented 1 day ago

@AnnaLeah02 Did you try this in a poetry environement?

AnnaLeah02 commented 1 day ago

@AnnaLeah02 Did you try this in a poetry environement?

I did

AnnaLeah02 commented 1 day ago

Krishna and I fixed it, I had to do "pip install hpc-beeflow" in my poetry environment.

pagrubel commented 1 day ago

Are you getting the proper version of the documentation when you build it though?

pagrubel commented 1 day ago

This has been addressed in #869