安装lanms-neo, Polygon3报错 #12617
-
|
Building wheels for collected packages: lanms-neo, Polygon3 × Building wheel for lanms-neo (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
i have solved this problem by install visual studio C++, i selected MSVC、windows 10/11 SDK、C++ CMake tool、generate tool and C++ AddressSanitizer |
Beta Was this translation helpful? Give feedback.
I'am useing
Alpine, Successfully run after installed the following dependencies:apk update && apk add --no-cache build-base python-3.11-devbecause my python is 3.11 so install
python-3.11-dev, otherwise run installpython-devfor latest versionif use
Ubuntucan try (without actual testing, it's uncertain whetherpython-devneeds to be installed):apt-get update && apt-get install -y build-essential