Open kimgault opened 5 years ago
Hi,
I may be wrong but I do not see this behavior in our tests.
Kindly refer to our builds on Travis CI to see the behavior with different versions of Python.
Link : https://travis-ci.org/CyberSource/cybersource-rest-samples-python
Let me know if I have missed something or if you still have some doubts.
Expected Behavior
Cybersource-REST-Client-Python should work with the Python 3.7.
Actual Behavior
Users receive a
Callable has no attribute __abc_registry
error.This is a known issue when installing
typing
on a system that has Python > 3.6 becausetyping
is in the standard library since version 3.5. Importingtyping
with Python 3.7 fails.Cloudwatch Log
Steps to Reproduce the Problem
Suggestion for Fix
Opened a PR here: https://github.com/CyberSource/cybersource-rest-client-python/pull/21