You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a long time since I had anything to do with pip, and I've never had anything to do with dependencies for an xbmcswift plugin, but you need to specify the dependencies of your script. See https://pip.pypa.io/en/stable/user_guide/#requirements-files
The documentation implies that to test "scripts", we
pip install
the "script", to test in CLIBut this is unnecessarily 2 steps and leads to issues with kodi only modules/"scripts"
script.module.parsedom
version in pip is ancient.script.module.urlresolver
isnt present in pipIs there a recommended solution for this? Is it possible to wrap around scripts just like xbmc code is being?
The text was updated successfully, but these errors were encountered: