Python API course access

M_Rexrode
Community Member

I am new to the Canvas API , but not new to APIs in general.  I have an access token and the Canvas object creation seems to work fine.

This line of code:

course = canvas.get_course(7308553)

 

gives me this error:   AttributeError: module 'arrow' has no attribute 'ParserError'

any suggestions?

 

 

0 Likes