Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
resolving issues with path
#6
(Apr-01-2019, 09:08 AM)aster Wrote: as far i understood this is due to windows using python 2 to run my script
Are you talking about running from Spyder now?
Check link i posted again about configure Python interpreter in Spyder.
(Apr-01-2019, 09:08 AM)aster Wrote: and then, funny stuff, is that if i run python i get
That's right if it start Miniconda3,and that is you manin Python version.
Check from cmd with,that it point to Miniconda3:
python -c "import sys; print(sys.executable)"

# Check also that pip point to Miniconda3 Scripts folder
pip -V

Quote:I tried adding C:\Users\vincenzo\Miniconda3\lib\site-packages and C:\Users\vincenzo\Miniconda3\lib to PATH, nothing changed.
That is not right,to add Miniconda to Windows Path it should be like this.
C:\Users\vincenzo\Miniconda3
C:\Users\vincenzo\Miniconda3\Scripts
Also Path shown over should be where arrow are in image,here pointing to 3.7.
Environment Variables Path
Restart Pc.
[Image: GUgLry.jpg]

Why did you choose Miniconda3 over Anaconda3(make all easier if you new to this).
Anaconda3 will ask if you want in to main Python version and add to Windows Path when install it.
Reply


Messages In This Thread
resolving issues with path - by aster - Mar-31-2019, 10:57 PM
RE: resolving issues with path - by snippsat - Mar-31-2019, 11:08 PM
RE: resolving issues with path - by aster - Mar-31-2019, 11:57 PM
RE: resolving issues with path - by snippsat - Apr-01-2019, 01:08 AM
RE: resolving issues with path - by aster - Apr-01-2019, 09:08 AM
RE: resolving issues with path - by snippsat - Apr-01-2019, 09:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Resolving ImportError: No module named gdb (Python in C++) mandaxyz 3 1,517 Oct-04-2023, 02:43 PM
Last Post: mandaxyz
  WebDriverException: Message: 'PATH TO CHROME DRIVER' executable needs to be in PATH Led_Zeppelin 1 2,239 Sep-09-2021, 01:25 PM
Last Post: Yoriz
  mySQL Database error not resolving. cybertooth 2 3,265 Aug-30-2021, 05:45 PM
Last Post: ibreeden
  pathlib: resolving a path that does not exist Skaperen 6 5,566 Sep-08-2018, 12:25 AM
Last Post: Skaperen
  .pth file does not show up in sys.path when configuring path. arjunsingh2908 2 5,810 Jul-03-2018, 11:16 AM
Last Post: arjunsingh2908
  Help resolving error with webpy app bill349 1 3,193 May-18-2017, 09:36 AM
Last Post: bill349

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020