Closed afreepenguin closed 4 years ago
Hi, Thank you for bringing this to our attention. We have successful travis builds in python 3.6 environment, attaching the link here.
Hi, Thank you for bringing this to our attention. We have successful travis builds in python 3.6 environment, attaching the link here.
It will build, it will just fail on execution.
Hi, We dint encounter this particular issue. However, we have released a new version of our SDK. Please try downloading that and see if it resolves your issue. Job link of our successful build and execution - https://travis-ci.org/CyberSource/cybersource-rest-samples-python/jobs/653385669
Closing this issue as there isn't any response. Please feel free to get in touch with us for any future issues.
I am getting this error after trying to install and run the library from a python 3.6 virtual environment.
It looks like enum34 is no longer compatible with the standard library since Python 3.6. https://stackoverflow.com/questions/43124775/why-python-3-6-1-throws-attributeerror-module-enum-has-no-attribute-intflag It appears cybersource requires this package when building.
Switching enum34 for enum-compat in the setup file can fix this.