Python Package installed but import statement is giving error
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hi Experts,
I have install Geohash python package using ./bin/pip install Geohash inside DATA_DIR folder. pip list also shows presence of the Geohash. Also, Geohash is installed as the system level. But import Geohash throw no module error when write a custom Python recipe.
After installation of Geohash I have restarted the DSS. I am using DSS v4.0.4.
Please let me know the missing steps
Thanks
Mahesh
I have install Geohash python package using ./bin/pip install Geohash inside DATA_DIR folder. pip list also shows presence of the Geohash. Also, Geohash is installed as the system level. But import Geohash throw no module error when write a custom Python recipe.
After installation of Geohash I have restarted the DSS. I am using DSS v4.0.4.
Please let me know the missing steps
Thanks
Mahesh
Tagged:
Answers
-
Hi,
Works fine for me.
Are you sure that the dss_home is the dss_home of the instance running?
-
Thanks a lot Mattsco. After restarting the entire machine it started working