Error: Cannot Run Project Locally Due to Missing Modules #1146
-
I'm having trouble setting up a repository in my local environment due to some module-related errors. Could anyone help me figure out how to fix them? |
Beta Was this translation helpful? Give feedback.
Answered by
ethanwhite
Sep 22, 2025
Replies: 1 comment 2 replies
-
Can you show the code you used to install and the error please. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @Udbhaw08 - so that's an issue either with https://github.com/open-forest-observatory/tree-detection-framework or with https://github.com/PatBall1/detectree2. We don't maintain either of these packages. If I had to guess detectree2 made a backwards incompatible change and tree-detection-framework hasn't updated to account for it. I see you've already opened an issues with tree-detection-framework (open-forest-observatory/tree-detection-framework#155) and that's definitely the right place to start. You should be able to use DeepForest directly if you want until the fix things. Getting started tutorials are here: https://deepforest.readthedocs.io/en/latest/getting_started/intro_tutor…