• 0

i run into issues while configuring visual-studio code on a win 7 machine. 


Question

dear experts here on neowin 

 

 

i run into issues while configuring visual-studio code on a win 7 machine. 


 

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

C:\Users\Kasper>"C:/Program Files/Python37/python.exe" -m pip install -U pylint --user
Collecting pylint
  Downloading https://files.pythonhosted.org/packages/60/c2/b3f73f4ac008bef6e75bca4992f3963b3f85942e0277237721ef1c151f0d/pylint-2.3.1-py3-none-any.whl (765kB)
    100% |████████████████████████████████| 768kB 4.7MB/s
Collecting astroid<3,>=2.2.0 (from pylint)
  Downloading https://files.pythonhosted.org/packages/d5/ad/7221a62a2dbce5c3b8c57fd18e1052c7331adc19b3f27f1561aa6e620db2/astroid-2.2.5-py3-none-any.whl (193kB)
    100% |████████████████████████████████| 194kB 17.1MB/s
Collecting colorama; sys_platform == "win32" (from pylint)
  Downloading https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl
Collecting isort<5,>=4.2.5 (from pylint)
  Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl (42kB)
    100% |████████████████████████████████| 51kB 10.2MB/s
Collecting mccabe<0.7,>=0.6 (from pylint)
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting typed-ast>=1.3.0; implementation_name == "cpython" (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/47/a1/7a24868c15d84ed7446106d6c3d73807f58232a695452c0a29679e5a1523/typed_ast-1.4.0-cp37-cp37m-win_amd64.whl (155kB)
    100% |████████████████████████████████| 163kB 10.2MB/s
Collecting wrapt (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
Collecting lazy-object-proxy (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/01/b0/467ad69cd8adfe2be737cf69b69c5809c7098a7aa337adda2542b7259bc0/lazy_object_proxy-1.4.2-cp37-cp37m-win_amd64.whl
Collecting six (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Installing collected packages: typed-ast, wrapt, lazy-object-proxy, six, astroid, colorama, isort, mccabe, pylint
  Running setup.py install for wrapt ... done
  The script isort.exe is installed in 'C:\Users\Kasper\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The scripts epylint.exe, pylint.exe, pyreverse.exe and symilar.exe are installed in 'C:\Users\Kasper\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed astroid-2.2.5 colorama-0.4.1 isort-4.3.21 lazy-object-proxy-1.4.2 mccabe-0.6.1 pylint-2.3.1 six-1.12.0 typed-ast-1.4.0 wrapt-1.11.2
You are using pip version 10.0.1, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\Kasper>"C:/Program Files/Python37/python.exe" -m pip install -U pylint --user
Requirement already up-to-date: pylint in c:\users\kasper\appdata\roaming\python\python37\site-packages (2.3.1)
Requirement not upgraded as not directly required: isort<5,>=4.2.5 in c:\users\kasper\appdata\roaming\python\python37\site-packages (from pylint) (4.3.21)
Requirement not upgraded as not directly required: colorama; sys_platform == "win32" in c:\users\kasper\appdata\roaming\python\python37\site-packages (from pylint) (0.4.1)
Requirement not upgraded as not directly required: astroid<3,>=2.2.0 in c:\users\kasper\appdata\roaming\python\python37\site-packages (from pylint) (2.2.5)
Requirement not upgraded as not directly required: mccabe<0.7,>=0.6 in c:\users\kasper\appdata\roaming\python\python37\site-packages (from pylint) (0.6.1)
Requirement not upgraded as not directly required: lazy-object-proxy in c:\users\kasper\appdata\roaming\python\python37\site-packages (from astroid<3,>=2.2.0->pylint) (1.4.2)
Requirement not upgraded as not directly required: wrapt in c:\users\kasper\appdata\roaming\python\python37\site-packages (from astroid<3,>=2.2.0->pylint) (1.11.2)
Requirement not upgraded as not directly required: typed-ast>=1.3.0; implementation_name == "cpython" in c:\users\kasper\appdata\roaming\python\python37\site-packages (from astroid<3,>=2.2.0->pylint) (1.4.0)
Requirement not upgraded as not directly required: six in c:\users\kasper\appdata\roaming\python\python37\site-packages (from astroid<3,>=2.2.0->pylint) (1.12.0)
You are using pip version 10.0.1, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

Collecting mccabe<0.7,>=0.6 (from pylint)
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting typed-ast>=1.3.0; implementation_name == "cpython" (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/47/a1/7a24868c15d84ed7446106d6c3d73807f58232a695452c0a29679e5a1523/typed_ast-1.4.0-cp37-cp37m-win_amd64.whl (155kB)
    100% |████████████████████████████████| 163kB 10.2MB/s
Collecting wrapt (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
Collecting lazy-object-proxy (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/01/b0/467ad69cd8adfe2be737cf69b69c5809c7098a7aa337adda2542b7259bc0/lazy_object_proxy-1.4.2-cp37-cp37m-win_amd64.whl
Collecting six (from astroid<3,>=2.2.0->pylint)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Installing collected packages: typed-ast, wrapt, lazy-object-proxy, six, astroid, colorama, isort, mccabe, pylint
  Running setup.py install for wrapt ... done
  The script isort.exe is installed in 'C:\Users\Kasper\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The scripts epylint.exe, pylint.exe, pyreverse.exe and symilar.exe are installed in 'C:\Users\Kasper\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed astroid-2.2.5 colorama-0.4.1 isort-4.3.21 lazy-object-proxy-1.4.2 mccabe-0.6.1 pylint-2.3.1 six-1.12.0 typed-ast-1.4.0 wrapt-1.11.2
You are using pip version 10.0.1, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\Kasper>"C:/Program Files/Python37/python.exe" -m pip install -U pylint --user

any ideas here 

4 answers to this question

Recommended Posts

  • 0
  On 11/09/2019 at 15:09, tarifa said:

any ideas here

Expand  

Yeah use a currently support OS ;)  windows 7 is dead.. Has been for years.. Its just be left on life support - but they pull the plug for real in a couple of months... But it was dead back in 2015 when mainstream support ended.. You should of started migration back then.

  • 0
  On 11/09/2019 at 15:19, BudMan said:

Yeah use a currently support OS ;)  windows 7 is dead.. Has been for years.. Its just be left on life support - but they pull the plug for real in a couple of months... But it was dead back in 2015 when mainstream support ended.. You should of started migration back then.

Expand  

 

hello dear Bud

 

many thanks for the answer - i a m trying to get the configuration of VS-Code done - but i guess that this will not work 

btw - at home i work on MX - linux: i am tryin to install VS-Code on that linux installation later the day 

 

 

back to the actual issues that are described above.- what goes on here. 

can i do some fixes - can i do some thing to get it running!? 

 

love to hear from you

 

 

regards 

  • 0

You didn't post anything that actually shows any errors.. You downloaded some stuff it was installed, gave you some warnings about prob upgrade, etc.

 

"You are using pip version 10.0.1, however version 19.2.3 is available."

 

Where is there an actual error in what you posted.

  • 0

good day daer budman

 

many thanks for writing back - happy to hear from you .  well on the desktop  (it is a office desktop from my boss) we install Win 10 in november.

 

what happened: i thought that the system was complaining bout the installation of python  and the prerequisites - so i took all the comments and posted them here. 

i guess that i have to install ( get ) a newer pip 

 

btw. at home i use MX-Linux.  I will install VSCode on this MX linux too. Guess that this will work 

on a sidenote: i love Atom - / is VSCode derived form ATOM!?

saw the intro in VSCode here on HowtoForge 
 

https://www.howtoforge.com/tutorial/visual-studio-code-vsc-on-linux/

  Quote

Getting started with Visual Studio Code (VSC) on Linux
Visual Studio Code (VSC) is a source code editor released by Microsoft only a few months ago. The software is based on the Atom engine and although it isn't open source, it offers a working version for Linux that you may find useful for a set of reasons. In this tutorial, we will take a look on how to install, setup and get started with VSC.
https://www.howtoforge.com/tutorial/visual-studio-code-vsc-on-linux/

Expand  

 

https://www.howtoforge.com/tutorial/visual-studio-code-vsc-on-linux/

 

ps - on a sidenote: i also struggle with the flashing of Micropython on a ESP 32... but thats another thing. 

i want to use vsCode with PlatformIO to work on EsP32 - but really - these thing do not belong into this thread. 

 

many many thanks for your answers - and the great support here. i am overwhelmed

;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.