Git Product home page Git Product logo

Comments (9)

zhangkaizhao avatar zhangkaizhao commented on May 27, 2024 3

Using this dir path string:

C:\Users\zhangkaizhao\AppData\Local\Programs\Python\Python35

instead of:

C:\\Users\\zhangkaizhao\\AppData\\Local\\Programs\\Python\\Python35

resolve this problem for me. Hope this helps you.

from python-tools.

LEChaney avatar LEChaney commented on May 27, 2024

I have the same bug, I'm using Anaconda 4.0.0 64bit with Python 3.5.1. I tried manually adding the python path in settings also but I still get the same error. I also have the Python directory in my path. It is located at C:\Anaconda3 on my machine and I can access it by typing python in the command prompt, I also checked the environment variables directly and I can confirm that C:\Anaconda3 is in the path environment variable.

from python-tools.

gocarlos avatar gocarlos commented on May 27, 2024

I sencod this

from python-tools.

talvalin avatar talvalin commented on May 27, 2024

I had Python 3.4 and Python 2.7 installed on my machine, then installed Atom and Python Tools. Things were absolutely fine until I upgraded my Python 2.7 to a later version, and then I started hitting this issue. :(

from python-tools.

theCompanyDream avatar theCompanyDream commented on May 27, 2024

@zhangkaizhao is that the path environment variable or is that some where in the configuration

from python-tools.

zhangkaizhao avatar zhangkaizhao commented on May 27, 2024

@theCompanyDream in the configuration

from python-tools.

go2sh avatar go2sh commented on May 27, 2024

I found the bug. I will submit a pull request. The process.env object is now case sensitiv.

from python-tools.

MichaelAquilina avatar MichaelAquilina commented on May 27, 2024

Fixed in python-tools 0.6.8 thanks to @go2sh for the fix

from python-tools.

davidyapdy avatar davidyapdy commented on May 27, 2024

For windows

  1. search for "run" in windows
  2. type "regedit"
  3. look into HKEY_CURRENT_USER
  4. select "Enviroment"
  5. select PATH
  6. add the path at the end of the line separated by ; .

example:
C:\Users\xxxxxx\AppData\Roaming\npm;C:\Users\xxxxxxx\AppData\Local\atom\bin;C:\Users\xxxxxx\AppData\Local\Programs\Python\Python35-32

from python-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.