• 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.
  • Posts

    • Lifetime subscription to Mail Backup X gets price dropped by 72% by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 72% off a lifetime subscription to Mail Backup X Individual. For most individuals and organizations, emails are the most critical part of daily activities and communications. Some of us realize the importance of backing up emails only when critical emails are lost for some reason. Plan ahead and safeguard your mail data today with a robust and reliable mail backup solution. Mail Backup X is a one-stop solution for mail backup, archiving, email management & mail conversion trusted by 42,000+ business and home users worldwide. Backup from major mail clients. Apple Mail, Microsoft Outlook, Office 365, Microsoft Exchange, Thunderbird, Postbox Backup from mail services. Gmail, Outlook.com, Yahoo, Gmx.de, Office365, Microsoft Exchange, or any service supporting IMAP protocol Archive file viewer. Quickly search & view your emails from archives Highly compressed archives. Save up to 3x storage space Import almost any mail archive. Files like .pst, .ost, .mbox, .olk, .eml, .rge, and more Mirror backup. Cloud storage (Google Drive, One Drive, Dropbox, Pcloud or FTP) or USB drive Restore. Restore direct to the server account or a separate server account Migration. Move all mails onto a new account in Office365 100% privacy. Encrypt & secure your data with military-grade aes 256-bit encryption and your own private key, so it's only visible to you Top-notch premium support. Get help that you need from experts Good to know Plan: Individual Edition Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop Max number of devices: 2 Only available to new users Version: 2 Updates included A lifetime subscription to Mail Backup X normally costs $179, but you can pick this up for just $49.99 for a limited time - that represents a saving of $129 (72% off). For a full description, spec, and terms, click the link below. Get Mail Backup X (lifetime plan) for just $49.99 (was $179) Use coupon code SAVE20 at checkout to get this product for an additional 20% off We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I will believe it when it happens. iOS 18 was heavily rumoured to be a massive overhaul with visionOS glass style UI elements. Never happened. I don't even believe the x26 naming scheme is real either, feels more like an April fools joke *shrugs* I'll be happy to be proven wrong. However, till Apple themselves say it's so I will remain skeptical.
    • Nothing Phone (2a) hits a sweet spot: Is this mid-ranger the best value for your money? by Paul Hill Are you in the UK and looking for a smartphone with a standout design, solid display, good battery life, and smooth software? Then the Nothing Phone (2a) stands out as a solid mid-range option, especially considering it’s discounted 36% from £349 to £222. To clarify, this is the 12GB+256GB Nothing Phone (2a), not the weaker 8GB+128GB model. I’ll cover what’s included with this phone, but if you’re convinced to pick it up, be aware that this is marked as a limited-time deal so don’t sit on your hands. What the Nothing Phone (2a) delivers (and where it stands out) Powering the Nothing Phone (2a) is a mid-range Mediatek Dimensity 7200 Pro processor, 12GB of RAM with an 8GB RAM booster, and an advanced cooling system to boost game performance and longevity. In terms of battery life, the Nothing Phone (2a) packs a 5,000 mAh battery that will keep the device running for up to two days. When the battery does drain, you have 45W fast charging which will take 40 minutes to get you to 100% battery. On the back of the phone there is a 50 MP Main (OIS & EIS) camera as well as a 50 MP ultra-wide camera. On the front, you get a 32 MP camera. This phone tries to punch above its weight with the camera with features like Ultra XDR and Portrait Optimiser. The display is pretty good too, it includes a 6.7-inch AMOLED with 1,300 nits peak brightness and 120Hz adaptive refresh rate. This screen is ideal for gaming with its higher refresh rate and that cooling system I mentioned earlier will help it keep chugging along nicely. This phone came out in the first half of 2024, so you may be wondering what the software situation is. It initially shipped with Nothing OS 2.5 which is powered by Android 14, but this has since been upgraded to Nothing OS 3.0, powered by Android 15. Nothing has promised three major OS upgrades for this device, but one has been used up so expect Nothing OS releases based on Android 16 and Android 17 in the coming years. For those not familiar with Nothing OS, it has a strong reputation for being clean, smooth, and well-optimised, with little to no bloatware. If you’re coming from a brand like Xiaomi which packs its devices with bloatware and even ads, then the Nothing Phone (2a) should feel very clean. Finally, environmentalism has come more into focus over the last decade and while buying a second hand phone is best, Nothing has made decent efforts with this device by using recycled materials to keep the carbon footprint low. Should you buy it? At £222, the Nothing Phone (2a) is significantly reduced in price, making it a solid option for people looking for a mid-range device. If you like the unique design, clean software, good camera, and a strong battery life, then this device is definitely for you. The deal is marked as a limited-time deal and Amazon has marked it as an Amazon Choice suggesting that it’s a good phone to buy. It’s also at its lowest price, so you definitely aren’t paying over the odds. If you’re convinced, check the buying link below! Nothing Phone (2a): £222 (36% off) / MSRP: £349 This Amazon deal is U.K. specific, and not available in other regions unless specified. If you don't like it or want to look at more options, check out the Amazon UK deals page here. Get Prime, Prime Video, Music Unlimited, Audible or Kindle Unlimited, free for the first 30 days As an Amazon Associate we earn from qualifying purchases.
    • "It will have curved glass sides around the entire phone, even at the edges." Will it be just a collectible? I can't imagine myself having a glass phone. I'd gladly exchange glass back panel for plastic or aluminium on mine.
  • Recent Achievements

    • Week One Done
      Al_ earned a badge
      Week One Done
    • Week One Done
      MadMung0 earned a badge
      Week One Done
    • Reacting Well
      BlakeBringer earned a badge
      Reacting Well
    • Reacting Well
      Lazy_Placeholder earned a badge
      Reacting Well
    • Dedicated
      Epaminombas earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      477
    2. 2
      +FloatingFatMan
      274
    3. 3
      ATLien_0
      243
    4. 4
      snowy owl
      208
    5. 5
      Edouard
      182
  • Tell a friend

    Love Neowin? Tell a friend!