Skip to content

[BurnP3+ Bug]: BurnP3+ conda environment not compatible with linux #100

@katieb1

Description

@katieb1

Contact Details

No response

What happened?

The BurnP3+ conda environment was built on a windows machine and then exported to a yaml file to be included in the package. This means that some of the package versions/wheels are specific to windows, so when you go to create the conda environment on linux, it fails and says some of the packages are unavailable.

The yaml file needs to be made more generic so it works on linux. Instead of having conda install all dependencies, it should just be the R packages (and required versions) that are actually loaded at the top of each script. The wheels (i.e., the long string of letters and numbers after the version number) should also be removed.

What component are you seeing the problem on?

R

Relevant log output

No response

Approvals Process

  • Testing For Issue
  • Merge

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions