Hello list,

unfortunately, on a fresh and  thoroughly updated installation of 
MSYS2 (via repeating "pacman -Syuu" until nothing remained tbd), pip 
(installed via "pacman -S mingw-w64-x86_64-python2-pip" and "pacman -S
mingw-w64-x86_64-python3-pip", resp.) fails to work for both py2 and 
py3 as well. During the installation of pip3, PY3.4.2 has been updated
to PY3.5.1 . In the  MINGW64 shell (invoked via "[path to 
Win/sys32]\cmd.exe /A /Q /C [path to msys64 
installation]\msys2_shell.cmd -mingw64"), I get the following error 
massages ([]: explicit paths' names removed for security reasons):
----------------------------------------
$ pip3
Traceback (most recent call last):
  File "[path to msys64 installation]\mingw64\bin\pip3-script.py", 
line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'
-----------------------------------------
$ pip2
  File "[path to my native Windows installation of py34]\Lib/site.py",
line 176
    file=sys.stderr)
        ^
SyntaxError: invalid syntax
-----------------------------------------
in [path to my msys64 installation]\mingw64\bin :

$ ls pip*.*
pip.exe     pip2.7-script.py  pip2-script.py  pip3.5-script.py  
pip3-script.py
pip2.7.exe  pip2.exe          pip3.5.exe      pip3.exe          
pip-script.py

$ ls py*.*
pydoc3.5          python2.exe       python3.5m.exe     
python-config.sh
python.exe        python2w.exe      python3.5m-config  
python-config-u.sh
python2.7.exe     python3.5.exe     python3.exe        pyvenv-3.5
python2.7-config  python3.5-config  python3w.exe
--------------------------------------

The error message for command pip2 seems to indicate wrong environment
settings...

Any ideas??

Regards
Schorsch

------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to