How to debug dependency not installed? #179
-
My app fails on run with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you provide some more information on how you are creating the app (env. variables, project structure)? How do you declare the requirements? |
Beta Was this translation helpful? Give feedback.
-
Looking at |
Beta Was this translation helpful? Give feedback.
Looking at
fakesnow
and thepyproject.toml
, it seems likenumpy
is not listed as a dependency. If I actually just create a fresh virtual environment, installfakesnow
from pip and then open python and import it, I get the same error. This would be the same way that PyApp runs the import.Hope this helps!