Code: Select all
Process finished with exit code -1073740791 (0xC0000409)
OK, zum Beispiel hier habe ich herausgefunden, dass ich nur versuchen kann, den Befehl zur Ausführung des Python -Skripts aus der Konsole auszuführen (ich führe normalerweise den Code aus Pycharm aus). /> Ich verstehe das nicht, wie kann etwas brechen, das am Tag zuvor perfekt funktioniert hat?
Ich habe herausgefunden, es hat mit Matplotlib zu tun.
Code: Select all
from matplotlib import pyplot as plt
plt.plot([1,2,3], [2,3,1])
plt.show()
libintl 0.22.5 h5728263_3 conda-forge
libjpeg-turbo 3.0.3 h827c3e9_0
liblapack 3.9.0 26_win64_mkl conda-forge
liblzma 5.6.3 h2466b09_1 conda-forge
libpng 1.6.47 had7236b_0 conda-forge
libsqlite 3.48.0 h67fdade_1 conda-forge
libtiff 4.7.0 h797046b_3 conda-forge
libwebp-base 1.5.0 h3b0e114_0 conda-forge
libwinpthread 12.0.0.r4.gg4f2fc60ca h57928b3_9 conda-forge
libxcb 1.17.0 h0e4246c_0 conda-forge
libxml2 2.13.5 he286e8c_1 conda-forge
libxslt 1.1.41 h0739af5_0
libzlib 1.3.1 h2466b09_2 conda-forge
llvm-meta 5.0.0 0 conda-forge
llvmlite 0.44.0 py312h1f7db74_1 conda-forge
lxml 5.3.1 py312h53bce91_0 conda-forge
matplotlib 3.10.1 py312h2e8e312_0 conda-forge
matplotlib-base 3.10.1 py312h90004f6_0 conda-forge
mkl 2024.2.2 h66d3029_15 conda-forge
mumps-seq 5.7.3 h7c2359a_6 conda-forge
networkx 3.4.2 pyh267e887_2 conda-forge
numba 0.61.0 py312hcccf92d_1 conda-forge
numpy 2.1.3 py312h49bc9c5_0 conda-forge
openjpeg 2.5.3 h4d64b90_0 conda-forge
openmp 5.0.0 vc14_1 conda-forge
openssl 3.4.0 ha4e3fda_1 conda-forge
orderly-set 5.2.3 pyh29332c3_1 conda-forge
packaging 24.2 pyhd8ed1ab_2 conda-forge
pandapower 3.0.0 pyhd8ed1ab_0 conda-forge
pandas 2.2.3 py312h72972c8_1 conda-forge
pcre2 10.44 h3d7b363_2 conda-forge
pillow 11.1.0 py312h078707f_0 conda-forge
pip 25.0 pyh8b19718_0 conda-forge
pixman 0.44.2 had0cd8c_0 conda-forge
ply 3.11 pyhd8ed1ab_3 conda-forge
pthread-stubs 0.3 h3c9f919_1
pyomo 6.8.2 py312h275cf98_1 conda-forge
pyparsing 3.2.0 py312haa95532_0
pyside6 6.8.2 py312h2ee7485_0 conda-forge
python 3.12.8 h3f84c4b_1_cpython conda-forge
python-dateutil 2.9.0.post0 pyhff2d567_1 conda-forge
python-tzdata 2025.1 pyhd8ed1ab_0 conda-forge
python_abi 3.12 5_cp312 conda-forge
pytz 2024.1 pyhd8ed1ab_0 conda-forge
qhull 2020.2 h59b6b97_2
qt6-main 6.8.2 h1259614_0 conda-forge
scipy 1.13.1 py312h1f4e10d_0 conda-forge
setuptools 75.8.0 pyhff2d567_0 conda-forge
six 1.17.0 pyhd8ed1ab_0 conda-forge
tbb 2021.13.0 h62715c5_1 conda-forge
tk 8.6.13 h5226925_1 conda-forge
tornado 6.4.2 py312h827c3e9_0
tqdm 4.67.1 pyhd8ed1ab_1 conda-forge
typing_extensions 4.12.2 py312haa95532_0
tzdata 2025a h78e105d_0 conda-forge
ucrt 10.0.22621.0 h57928b3_1 conda-forge
unicodedata2 15.1.0 py312h827c3e9_1
vc 14.3 h5fd82a7_24 conda-forge
vc14_runtime 14.42.34433 h6356254_24 conda-forge
vs2015_runtime 14.42.34433 hfef2bbc_24 conda-forge
wheel 0.45.1 pyhd8ed1ab_1 conda-forge
xorg-libxau 1.0.12 h0e40799_0 conda-forge
xorg-libxdmcp 1.1.5 h0e40799_0 conda-forge
zstd 1.5.7 hbeecb71_2 conda-forge
Wenn ich jetzt versuche, die erwähnte "QT-Bibliothek" (ich denke, sie bedeuten "qt6-main"?) Mit Conda install qt6-main = 6.8.3 erhalte ich den folgenden Fehler:
Code: Select all
LibMambaUnsatisfiableError: Encountered problems while solving:
- package qt6-main-6.8.3-h1259614_0 requires libsqlite >=3.49.1,=3.49.1,=3.10,=3.10,=3.11,=3.13,=3.13.0rc2,=3.10,=3.11,=3.9.2,=3.9,=3.13,=3.13.0rc2,=3.9,=3.9.1,=3.9.3,=3.9.4,
Was kann ich noch tun, um diese Fehler wiederherzustellen? Ich kann kein Upgrade, ich kann nicht herabstufen, ich habe keine Ahnung. Plötzlich ist etwas gebrochen und es scheint nichts zu geben, was ich tun kann?