You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\12345\manimations>uv add manim
Resolved 64 packages in 44ms
x Failed to build manimpango==0.6.0
|-> The build backend returned an error -> Call to setuptools.build_meta.build_wheel` failed (exit code: 1)
[stdout]
running bdist_wheel
running build
running build_py
copying manimpango\register_font.py -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\utils.py -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\_version.py -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\__init__.py -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\cairo.pxd -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\cmanimpango.pxd -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\glib.pxd -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\pango.pxd -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\_register_font.pxd -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\cmanimpango.pyx -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\enums.pyx -> build\lib.win-amd64-cpython-38\manimpango
copying manimpango\_register_font.pyx -> build\lib.win-amd64-cpython-38\manimpango
running build_ext
building 'manimpango.cmanimpango' extension
D:\VisualStudioIDE\VC\Tools\MSVC\14.40.33807\bin\HostX86\x64\cl.exe /c /nologo /O2 /W3 /GL
/DNDEBUG /MD -DUNICODE=1 -IC:\Users\12345\AppData\Local\uv\cache\builds-v0\.tmp5YzVgS\include
-ID:\Python\include -ID:\Python\Include -ID:\VisualStudioIDE\VC\Tools\MSVC\14.40.33807\include
-ID:\VisualStudioIDE\VC\Tools\MSVC\14.40.33807\ATLMFC\include -ID:\VisualStudioIDE\VC\Auxiliary\VS\include
"-ID:\Windows Kits\10\include\10.0.22621.0\ucrt" "-ID:\Windows Kits\10\\include\10.0.22621.0\\um" "-ID:\Windows
Kits\10\\include\10.0.22621.0\\shared" "-ID:\Windows Kits\10\\include\10.0.22621.0\\winrt" "-ID:\Windows
Kits\10\\include\10.0.22621.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um"
/TcC:\Users\12345\AppData\Local\uv\cache\sdists-v7\pypi\manimpango\0.6.0\1wzwuhPvGBlEwDsAtjN02\src\manimpango\cmanimpango.c
/Fobuild\temp.win-amd64-cpython-38\Release\Users\12345\AppData\Local\uv\cache\sdists-v7\pypi\manimpango\0.6.0\1wzwuhPvGBlEwDsAtjN02\src\manimpango\cmanimpango.obj
-DCAIRO_WIN32_STATIC_BUILD
cmanimpango.c
C:\Users\12345\AppData\Local\uv\cache\sdists-v7\pypi\manimpango\0.6.0\1wzwuhPvGBlEwDsAtjN02\src\manimpango\cmanimpango.c(1259):
fatal error C1083: �������ļ�: ��cairo.h��: No such file or directory
[stderr]
<string>:99: RuntimeWarning: pkg-config doesn't exists or doesn't seem to work
We assume that you give the compiler flags using
corresponding environment variables.
error: command 'D:\\VisualStudioIDE\\VC\\Tools\\MSVC\\14.40.33807\\bin\\HostX86\\x64\\cl.exe' failed with exit
code 2
hint: This usually indicates a problem with the package or the build environment.
help: manimpango (v0.6.0) was included because manimations (v0.1.0) depends on manim (v0.18.0.post0) which
depends on manimpango
And I tried to install manimpango separately, but it still showed these errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
C:\Users\12345\manimations>uv add manim
Resolved 64 packages in 44ms
x Failed to build
manimpango==0.6.0
|-> The build backend returned an error
-> Call to
setuptools.build_meta.build_wheel` failed (exit code: 1)help:
manimpango
(v0.6.0) was included becausemanimations
(v0.1.0) depends onmanim
(v0.18.0.post0) whichdepends on
manimpango
And I tried to install manimpango separately, but it still showed these errors.
Beta Was this translation helpful? Give feedback.
All reactions