shareplum icon indicating copy to clipboard operation
shareplum copied to clipboard

ModuleNotFoundError: No module named 'shareplum.site'

Open RonTrimnell opened this issue 4 years ago • 1 comments
trafficstars

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.

RonTrimnell avatar Dec 08 '20 13:12 RonTrimnell

I would try reinstalling it. The "no module named" failures in python can be weird to sort out.

jasonrollins avatar Jan 29 '21 00:01 jasonrollins