Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install evernote broken - Mac #31

Open
tjcwilk opened this issue Aug 21, 2020 · 3 comments
Open

pip3 install evernote broken - Mac #31

tjcwilk opened this issue Aug 21, 2020 · 3 comments

Comments

@tjcwilk
Copy link

tjcwilk commented Aug 21, 2020

On MacOS Catalina 10.15.6, running pip3 install evernote breaks, with the following error -

ERROR: Command errored out with exit status 1:
command: /Users/xxxx/repos/myApp/venv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n9/m6n13sk51w96h38mxqhfltm40000gn/T/pip-install-0yy4k5tr/evernote/setup.py'"'"'; file='"'"'/private/var/folders/n9/m6n13sk51w96h38mxqhfltm40000gn/T/pip-install-0yy4k5tr/evernote/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n9/m6n13sk51w96h38mxqhfltm40000gn/T/pip-pip-egg-info-rsude9sr
cwd: /private/var/folders/n9/m6n13sk51w96h38mxqhfltm40000gn/T/pip-install-0yy4k5tr/evernote/
Complete output (6 lines):
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/n9/m6n13sk51w96h38mxqhfltm40000gn/T/pip-install-0yy4k5tr/evernote/setup.py", line 6
exec x
^
SyntaxError: Missing parentheses in call to 'exec'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@tjcwilk tjcwilk changed the title pip3 install evernote broken pip3 install evernote broken - Mac Aug 21, 2020
@sanketplus
Copy link

correct usage for python 3 would be pip3 install evernote3

@jiftle
Copy link

jiftle commented Oct 21, 2020

me,too. env: deepin os v20.

❯ pip3 install --no-cache-dir evernote
Defaulting to user installation because normal site-packages is not writeable
Collecting evernote
  Downloading evernote-1.25.3.tar.gz (141 kB)
     |████████████████████████████████| 141 kB 391 kB/s 
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-s6kp9xsn/evernote/setup.py'"'"'; __file__='"'"'/tmp/pip-install-s6kp9xsn/evernote/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-mht2t0qm                                         
         cwd: /tmp/pip-install-s6kp9xsn/evernote/                                                                                                      
    Complete output (6 lines):                                                                                                                         
    Traceback (most recent call last):                                                                                                                 
      File "<string>", line 1, in <module>                                                                                                             
      File "/tmp/pip-install-s6kp9xsn/evernote/setup.py", line 6                                                                                       
        exec x                                                                                                                                         
             ^                                                                                                                                         
    SyntaxError: Missing parentheses in call to 'exec'                                                                                                 
    ----------------------------------------                                                                                                           
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@mb243
Copy link

mb243 commented Nov 4, 2020

pip3 install evernote3 worked as expected for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants