Bonjour à tous,
J'ai commence le Python il y a quelques heures... et pour l'instant mes principaux problèmes viennent de la configuration de l'espace de travail !
J'ai installé Python 3.6.3 sur un PC sous Windows 10. Ensuite j'ai installé Sublime Text 3, Package Control puis Anaconda. Mais j'ai deux trucs bizarres :
- chaque fois que je lance Sublime text 3 il me dit : "<Anaconda.anaconda_lib.workers.local_process.LocalProcess object at XXX> process can not start a new anaconda JsonServer in the operating system beacause : Anaconda can not spawn a new process with your current configured python interpreter (python) Make sure your interpreter is a valid binary and is in your PATH or use an absolute path to it, for exemple: C:\\Python27\\python.exe"
- d'autre part quand je fais "Ctrl + B" pour exécuter le programme, il ne se passe rien et j'ai ce message :
[Finished in 0.0s with exit code 1]
[shell_cmd: python -u "D:\Python\Projets Python\P1.py"]
[dir: D:\Python\Projets Python]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\XXX\AppData\Local\Microsoft\WindowsApps;]
J'ai fait des recherches et je ne suis pas le seul à avoir ce souci a priori...Sauf que je ne comprends rien aux solutions données !
Pour info, mon python est installé dans : C:\Program Files (x86)\Python36-32
et quand je lance un fichier XXX.py à partir de CMD.exe ça se lance et ça tourne sans problème.
J'imagine que Sublim text n'a pas le bon chemin... Mais je n'arrive pas à le changer !!