Hi Josh,
Thank you for the reply....we have tried to install the package owlready2 using the command py_install(c("owlready2"))....and it gets installed in shiny apps.io...following is the content in the log file
Stored in directory: /home/shiny/.cache/pip/wheels/f2/7a/59/609ad5f3dcd6cec4b36db2c298359a25ff8f66d10d9adcf5fa
2018-11-29T09:54:43.790334+00:00 shinyapps[584773]: Successfully built owlready2
2018-11-29T09:54:43.797022+00:00 shinyapps[584773]: Installing collected packages: owlready2
2018-11-29T09:54:43.894055+00:00 shinyapps[584773]: Successfully installed owlready2-0.11
2018-11-29T09:54:43.987473+00:00 shinyapps[584773]: Installation complete.
however when we try to import the module owlready2 it gives the following error
Warning: Error in py_module_import: ImportError: No module named owlready2 2018-11-29T09:54:44.020059+00:00 shinyapps[584773]: 68: <Anonymous> 2018-11-29T09:54:44.020332+00:00 shinyapps[584773]: Error in py_module_import(module, convert = convert) : 2018-11-29T09:54:44.020333+00:00 shinyapps[584773]: ImportError: No module named owlready2
Also owlready2 need to be installed using python 3....
Kindly help us in resolving the issue...