"pip" error message

Richard Guinn rlgunt2001 at gmail.com
Mon Apr 20 12:56:40 EDT 2020


Hi Simone and all -
I'm not sure how to fix/correct... but just a redundant 'me too'.  I tried
to install pybibframe (https://pypi.org/project/pybibframe/) and also keep
getting errors.  Wasn't sure if it was the module/package or what.

My error is along the lines of:

  ERROR: Command errored out with exit status 1:
     command:
'c:\users\rickrigby\appdata\local\programs\python\python38-32\python.exe'
-u -c 'import sys, setuptools, tokenize; sys.argv[0] =
'"'"'C:\\Users\\RickRigby\\AppData\\Local\\Temp\\pip-install-_x4to3h7\\amara3.xml\\setup.py'"'"';

When I 'Google' the error - I find that there's an apparent bug
https://stackoverflow.com/questions/60937863/error-command-errored-out-with-exit-status-1


Doesn't sound like there's an easy workaround.

Richard

On Mon, Apr 20, 2020 at 12:42 PM Simone Bravin <simone.bravin at outlook.com>
wrote:

> Hello everyone,
>
> > I just started using Python to learn a bit of coding, so I'm pretty a
> > newbie to this, I tried to install few extra packages using pip but it
> > doesn't work.
> >
> > When I check for pip version using command line> pip --version I get
> > the following error message:
> >
> > Traceback (most recent call last):
> >   File
> > "c:\users\simon\appdata\local\programs\python\python38-32\lib\runpy.py",
> > line 193, in _run_module_as_main
> >     return _run_code(code, main_globals, None,
> >   File
> > "c:\users\simon\appdata\local\programs\python\python38-32\lib\runpy.py",
> > line 86, in _run_code
> >     exec(code, run_globals)
> >   File
> >
> "C:\Users\simon\AppData\Local\Programs\Python\Python38-32\Scripts\pip.exe\__main__.py",
>
> > line 5, in <module>
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\__init__.py",
>
> > line 40, in <module>
> >     from pip._internal.cli.autocompletion import autocomplete
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\cli\autocompletion.py",
>
> > line 8, in <module>
> >     from pip._internal.cli.main_parser import create_main_parser
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\cli\main_parser.py",
>
> > line 7, in <module>
> >     from pip._internal.cli import cmdoptions
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\cli\cmdoptions.py",
>
> > line 24, in <module>
> >     from pip._internal.models.search_scope import SearchScope
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\models\search_scope.py",
>
> > line 11, in <module>
> >     from pip._internal.utils.misc import normalize_path,
> > redact_password_from_url
> >   File
> >
> "c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\_internal\utils\misc.py",
>
> > line 31, in <module>
> > *from pip import __version__ *
> > *ImportError: cannot import name '__version__' from 'pip'
> >
> (c:\users\simon\appdata\local\programs\python\python38-32\lib\site-packages\pip\__init__.py)*
> >
> > I tried to run Repair in Modify Setup and reinstalled python as well
> > but nothing changed.
> >
> > I was wondering if you can help to fix this.
> >
> > Thank you
> >
> > Simone
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list