shareplum
shareplum copied to clipboard
ModuleNotFoundError: No module named 'shareplum.site'
difference in laptop versus server installs. Developer can run the code but on the server it fails with:
from shareplum.site import Version ModuleNotFoundError: No module named 'shareplum.site
Packages: server SharePlum 0.5.1 lxml 4.6.2 requests 2.25.0 requests-ntlm 1.1.0 requests-oauthlib 1.3.0 requests-toolbelt 0.9.1
laptop SharePlum 0.5.1 lxml 4.5.2 requests 2.23.0 requests-ntlm 1.1.0 requests-oauthlib 1.3.0 requests-toolbelt 0.9.1
Any ideas where I should look? The server has a newer requests package.
Thanks.
I would try reinstalling it. The "no module named" failures in python can be weird to sort out.