I have been trying to use the Evernote API with Python, but I am facing some compatibility issues with the Python "evernote" library. I have tried different workarounds but have been unable to find a solution that allows me to use the API without issues.
Specifically, I have encountered the following problems:
- The "evernote" library seems to be incompatible with Python 3.7 and higher. I encountered errors related to the use of the "inspect" module and the "exec" function.
- I tried using the "evernote3" package, which was listed as a separate package on PyPI, but I was unable to import it as a module in my Python code.
- I also attempted to install "evernote-sdk-python3" as suggested in various forums, but I found that this package was not available on PyPI.
As a result, I am currently unable to interact with the Evernote API using Python. Is there an updated version of the library that I can use or any other workaround that I may have overlooked?
use evernote3 : https://github.com/evernote/evernote-sdk-python3
once installed
will work