Closed pinhaocheng closed 3 years ago
I've already had this problem, it was necessary to install Visual Studio in order to install the library.
Building windows wheels for Python 3.9 requires Microsoft Visual Studio 2019. Get it with "Visual Studio 2017": Or with "Visual Studio 2019": https://visualstudio.microsoft.com/vs/
I had to downgrade to python 3.7 for this to work, had the same issues on 3.9!
Thanks @mark-belbin!
Downgraded to python 3.7.9 and it's working now.
Hello there,
It seems like this repo is able to support apriltags on windows, however, I faced some difficulties when installing it on VS code (windows 10).
It seems like it's stuck at the building wheel step.
I am using the
pip install pupil-apriltags
method, with the latestpython 3.9.6
andpip 21.2.3
.Details:
Any help provided would be greatly appreciated!