AnacondaPromptから、.pyファイルを実行しようとすると以下のエラーが出てしまいます。
調べると環境変数が~というような情報が出てきたのですが、どう対処していいのかわかりません。
お分かりになる方がいらっしゃれば教えていただけると助かります。
よろしくお願いいたします。
K:\>test.py
test.pyの中身は print("test")
Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = 'C:\Users***\anaconda3\python.exe' isolated = 0 environment = 1 user site = 1 import site = 1 sys._base_executable = 'C:\Users\***\anaconda3\python.exe' sys.base_prefix = '' sys.base_exec_prefix = '' sys.executable = 'C:\Users\***\anaconda3\python.exe' sys.prefix = '' sys.exec_prefix = '' sys.path = [ 'C:\Users\***\anaconda3\python38.zip', '.\DLLs', '.\lib', 'C:\Users\***\anaconda3', ] 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' Current thread 0x000034e8 (most recent call first): <no Python frame>
promptでpythonと入力すると以下のメッセージが出ます。
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.