Question

I'm trying to install the evernote sdk for python.

  • I'm running windows 7.
  • And I have Python version 3.3.2
  • I just started learning python 3 days ago. :)
  • I'm getting this error

What am I doing wrong? or what other information do you need to help me?


 Traceback (most recent call last):

 File "<string>", line 16, in <module>

File "c:\users\anthony\appdata\local\temp\pip_build_Anthony\evernote\setup.py" , line 6

exec x

         ^

SyntaxError: invalid syntax
Was it helpful?

Solution

As far as I know current version of Evernote SDK does not support Python 3. There is expermiental Evernote SDK for Python 3 available at github

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top