You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
#2
I'm encountering an error when attempting to add packages to my project. I've successfully installed Poetry and was able to run poetry init and poetry new without any problems. However, when I execute the command below, I receive an error related to Python environment configuration.
bugSomething isn't workinghelp wantedExtra attention is neededquestionFurther information is requested
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm encountering an error when attempting to add packages to my project. I've successfully installed Poetry and was able to run
poetry init
andpoetry new
without any problems. However, when I execute the command below, I receive an error related to Python environment configuration.Here's the command I ran:
And here is the resulting error message:
If anyone has encountered this before or has any suggestions on how to resolve it, please give me some advice.
Beta Was this translation helpful? Give feedback.
All reactions