Kyle Puhger
Results
2
comments of
Kyle Puhger
trafficstars
Your pyproject.toml is set up for poetry. You need to modify it to something like the following: ```bash [project] name = "test package" version = "1.0.0" description = "test team"...
Hi @meliamne. This is happening because the msfm package isn't being compiled properly for some reason. The most immediate fix is to remove the `import msfm` call at the top...