Hi there, After packaging my app for deployment us...
# questions
a
Hi there, After packaging my app for deployment using kedro package and running pip install, I see the module is installed when I do the pip list check. However, when I an python -m (package-name) it says module no module named (package name). How can I resolve this issue?
d
Can you share the exact error message, as well as verify that there isn't a folder with the same name as your package in the directory you're running from?
a
I am going to deploy in an environment without internet. So, I may not be able to use pip install correct? If so, how can I go about the deployment?
d
Find a different way to distribute the package. Do you have an internal package repository in your organization? Otherwise, you can install a distribution from a path