Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'sharepy' has no attribute 'auth' #53

Open
jcastanien opened this issue Jun 8, 2021 · 3 comments
Open

module 'sharepy' has no attribute 'auth' #53

jcastanien opened this issue Jun 8, 2021 · 3 comments

Comments

@jcastanien
Copy link

Hi, I'm a bit of a novice, but the documentation code from the read me (Requests authentication) triggers an error "module 'sharepy' has no attribute 'auth'".

print(dir(sharepy)) which printed ['SharePointSession', 'builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec', 'connect', 'load', 'session']. I was expecting to see auth listed. Where am I going wrong?

I read the release notes from Jan 2021, is it possible the read me documentation hasn't been updated?

This package appears to be exactly what i'm looking for, I'm just having trouble getting it up and running. Thanks for any response in advance!

@dkinneyBU
Copy link

I am getting the same error. with sharepy 1.3.0

@KatherineWeller
Copy link

I am having this same issue, also on version 1.3.0.

@Boulder08
Copy link

Looks like the examples are not clear on what version they are meant for. The example will work with the pre-version of 2.0 but not on the latest official release.

Use pip install sharepy==2.0.0b1.post2 to install the latest (as of now) version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants