many errors in Terminal window when using Tutorial
Hi There,
Just installed Python 3 and PyCharm/Windows 11/64.
Problem is, when I read/practise the Tutorial, I have tons of error messages in my Terminal Window (but the Tutorial goes fine).
Should I care?
Examples :
[warning][cds] Archived non-system classes are disabled because the java.system.class.loader property is specified
WARNING: The Security Manager is deprecated and will be removed in a future release
WARNING: System::setSecurityManager has been called by com.intellij.platform.core.nio.fs.CoreBootstrapSecurityManager
WARNING: Please consider reporting this to the maintainers of com.intellij.platform.core.nio.fs.CoreBootstrapSecurityManager
java.io.IOException: Failed to run C:\WINDOWS\system32\wsl.exe --list --verbose: {exitCode=1, timeout=false, cancelled=false, stdout=, stderr=Le Sous-système Windows pour Linux n'est pas installé.
WARN - #c.i.s.ComponentManagerImpl - `preload=NOT_HEADLESS` must be used only for core services
WARN - #c.j.p.PythonHelpersLocator - Helpers pro root does not exist C:\Program Files\JetBrains\PyCharm 2024.3.1.1\plugins\python-ce\helpers-pro
WARN - #c.i.i.a.WhatsNewAction - EapWhatsNew: can't be shown. Content not available
WARN - #c.j.p.s.PythonSdkUpdater - Update for SDK Python 3.13 (PyCharmLearningProject) failed.
failed to locate pyvenv.cfg: Le fichier spécifié est introuvable.
WARN - #c.i.u.Alarm - Do not create alarm without coroutineScope: training.dsl.impl.LessonExecutor.checkForRestore$checkFunction(LessonExecutor.kt:371)
WARN - #git4idea.config.GitExecutableFileTester - git.exe
java.nio.file.NoSuchFileException: git.exe
SEVERE - #c.j.p.d.p.ClientModeMultiProcessDebugger - Failed to connect to debugger script
etc. etc.
Thank you.
Please sign in to leave a comment.
Hi.
I have the same problem with the tutorial; this is the log error:
C:\Users\Utente\AppData\Local\JetBrains\PyCharmCE2024.3\demo\PyCharmLearningProject\.venv\Scripts\python.exe C:\Users\Utente\AppData\Local\JetBrains\PyCharmCE2024.3\demo\PyCharmLearningProject\welcome.py
failed to locate pyvenv.cfg: Impossibile trovare il file specificato.
Process finished with exit code 106
("
Impossibile trovare il file specificato
" = “Unable to find specified file
)”I think the problem is the “Python interpreter” detected/installed.
I have solved by adding a new python interpreter (already installed, by Microsoft Store, Python 3.13) and stored in path “C:/Users/Utente/AppData/Local/Microsoft/WindowsApps/python3.13.exe”; click in the message bar (bottom, right), “Interpreter settings…”, “Add Interpreter…” and locate your installation.
I hope this is helpful ^_^