Replies: 1 comment 1 reply
-
|
Yep, looks like a bug with the dev version of simmate -- it happened because I'm working towards standardizing database migrations for the v0.15.0 release. Just forgot to remove one of my Corteva apps first 😓. I'll open an issue for this and fix it when I can. In the short term... this bug is fixed by deleting this folder: https://github.com/jacksund/simmate/tree/main/src/simmate/website/workflows/migrations. Once you delete it, the database reset should regenerate that folder and it will work fine Alternatively, if all you want is 0.14.0, that version of simmate won't have this bug and it will work fine. You just need to git checkout at the tagged version: https://github.com/jacksund/simmate/tree/v0.14.0. Or just install via conda |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@jacksund I'm starting to work on merging the warrenapp with Simmate and I'm beginning with a clean dev install of Simmate to build off of. I figured I'd make a database since I'll likely need one as I work through testing. When I run
simmate database resetand choose not to download the databases, it gives me a module not found error:ModuleNotFoundError: No module named 'simmate_corteva'I'm assuming this is related to your work at corteva and I probably can't access the module. Any suggestions for how to get a version of simmate 0.14.0 going with a working database to test with? I'll put the full error below in case it's helpful.
Beta Was this translation helpful? Give feedback.
All reactions