0
Pythonにはまったく新しいものがあります。ブログサイトでそれを見つけ、 sitecustomizeのEclipse Pythonエラー。トレースバックのためにPYTHONVERBOSEを設定してください:
Error in sitecustomize; set PYTHONVERBOSE for traceback:
KeyError: 'sitecustomize'
Hello, World!
は、その後、私はこの行を実行しようとした次のコード
print("Hello, World!")
を実行している私は、このエラーを受け取りました。
PYTHONVERBOSE=1 conda update --all
と、このエラーました:
Error in sitecustomize; set PYTHONVERBOSE for traceback:
KeyError: 'sitecustomize'
File "\config\workspace\MyTestProject\src1\root\nested\example.py", line 9
PYTHONVERBOSE=1 conda update --all
^
SyntaxError: invalid syntax
のはここから行くことがわからないが、任意の助けをいただければ幸いです!