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
Deepyaman Datta
01/23/2023, 9:26 PM
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
Alex Ofori-Boahen
01/24/2023, 6:37 AM
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
Deepyaman Datta
01/25/2023, 2:40 PM
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