Fehler beim Erstellen des Rads für MinepyPython

Python-Programme
Anonymous
 Fehler beim Erstellen des Rads für Minepy

Post by Anonymous »

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:

Code: Select all

pip install minepy

Code: Select all

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

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post