Ich verwende Windows 10 und Python 3.8.10. Wenn ich versuche, das Minepy-Modul über „pip install minepy“ zu installieren, erhalte ich die folgende Fehlermeldung:
C:\Users\sotka>pip install minepy
Collecting minepy
Using cached minepy-1.2.6.tar.gz (496 kB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.3.0 in c:\users\sotka\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from minepy) (1.18.1)
Building wheels for collected packages: minepy
Building wheel for minepy (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-38
creating build\lib.win-amd64-cpython-38\minepy
copying minepy\__init__.py -> build\lib.win-amd64-cpython-38\minepy
running build_ext
building 'minepy.mine' extension
error: [WinError 2] The system cannot find the file specified
[end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip.
ERROR: Failed building wheel for minepy
Running setup.py clean for minepy
Failed to build minepy
Installing collected packages: minepy
Running setup.py install for minepy ... error
error: subprocess-exited-with-error
× Running setup.py install for minepy did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
running install
C:\Users\sotka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-38
creating build\lib.win-amd64-cpython-38\minepy
copying minepy\__init__.py -> build\lib.win-amd64-cpython-38\minepy
running build_ext
building 'minepy.mine' extension
error: [WinError 2] The system cannot find the file specified
[end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> minepy
Hinweis: Dies ist ein Problem mit dem oben genannten Paket, nicht mit pip.
Hinweis: Siehe oben für die Ausgabe des Fehlers. Was ich bereits versucht habe:
Pip, Python aktualisiert
Visual Studio Build Tools aktualisiert
Das Modul wurde manuell installiert, indem die Dateien nach kopiert wurden Wo die anderen Module sind
Inoffizielles Minepy-Modul manuell heruntergeladen und installiert
Bisher kein Glück. Ich würde etwas Hilfe gebrauchen. Vielen Dank im Voraus
[b]Ich verwende Windows 10 und Python 3.8.10. Wenn ich versuche, das Minepy-Modul über „pip install minepy“ zu installieren, erhalte ich die folgende Fehlermeldung:[/b] [code]pip install minepy [/code] [code]C:\Users\sotka>pip install minepy Collecting minepy Using cached minepy-1.2.6.tar.gz (496 kB) Preparing metadata (setup.py) ... done Requirement already satisfied: numpy>=1.3.0 in c:\users\sotka\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages (from minepy) (1.18.1) Building wheels for collected packages: minepy Building wheel for minepy (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [10 lines of output] running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-cpython-38 creating build\lib.win-amd64-cpython-38\minepy copying minepy\__init__.py -> build\lib.win-amd64-cpython-38\minepy running build_ext building 'minepy.mine' extension error: [WinError 2] The system cannot find the file specified [end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip. ERROR: Failed building wheel for minepy Running setup.py clean for minepy Failed to build minepy Installing collected packages: minepy Running setup.py install for minepy ... error error: subprocess-exited-with-error
× Running setup.py install for minepy did not run successfully. │ exit code: 1 ╰─> [12 lines of output] running install C:\Users\sotka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py creating build creating build\lib.win-amd64-cpython-38 creating build\lib.win-amd64-cpython-38\minepy copying minepy\__init__.py -> build\lib.win-amd64-cpython-38\minepy running build_ext building 'minepy.mine' extension error: [WinError 2] The system cannot find the file specified [end of output]
note: This error originates from a subprocess, and is likely not a [url=viewtopic.php?t=26065]problem[/url] with pip. error: legacy-install-failure
× Encountered error while trying to install package. ╰─> minepy [/code] Hinweis: Dies ist ein [url=viewtopic.php?t=26065]Problem[/url] mit dem oben genannten Paket, nicht mit pip. Hinweis: Siehe oben für die Ausgabe des Fehlers. [b]Was ich bereits versucht habe:[/b] [list] [*]Pip, Python aktualisiert [*]Visual Studio Build Tools aktualisiert [*]Das Modul wurde manuell installiert, indem die Dateien nach kopiert wurden Wo die anderen Module sind [*]Inoffizielles Minepy-Modul manuell heruntergeladen und installiert [/list] [b]Bisher kein Glück. Ich würde etwas Hilfe gebrauchen. Vielen Dank im Voraus[/b]
Ich habe die Installationsanweisungen für OpenAI Gym befolgt, aber die vollständige Installation gibt die Fehlermeldung „Fehler beim Erstellen des Rads für mujoco-py“ aus.
Bei der PyPI-Installation von Apache Superset 6.0.0 tritt ein ständiger Fehler auf. Ich folge den Anweisungen von
pip install apache-superset
schlägt mit diesem Fehler fehl:
building...
Bei der PyPI-Installation von Apache Superset 6.0.0 tritt ein ständiger Fehler auf. Ich folge den Anweisungen von
pip install apache-superset
schlägt mit diesem Fehler fehl:
building...
Ich habe eine Java-Anwendung erstellt und möchte die Anwendung als Docker-Image hochladen.
Das Problem ist, dass Java 17 anscheinend nicht oder nicht mehr unterstützt wird.
Ich habe
FROM openjdk:17...