You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trailmap uses cyclus discover_metadata_in_cyclus_path(), which throws a RuntimeError that GrowthRegion (part of Cycamore) requires Cyclus to be compiled with COIN. How to do this should probably in the Trailmap install docs, since this is guaranteed to come up even though GrowthRegion may not actually be used. Basically, both Cyclus and Cycamore need to be installed with --allow-mips, and also --clean-build if they have previously been built without COIN
Should mention that trailmap may need to be added to your PYTHONPATH
The text was updated successfully, but these errors were encountered:
discover_metadata_in_cyclus_path()
, which throws a RuntimeError that GrowthRegion (part of Cycamore) requires Cyclus to be compiled with COIN. How to do this should probably in the Trailmap install docs, since this is guaranteed to come up even though GrowthRegion may not actually be used. Basically, both Cyclus and Cycamore need to be installed with--allow-mips
, and also--clean-build
if they have previously been built without COINThe text was updated successfully, but these errors were encountered: