[GH-ISSUE #32] pip3 install errored out #24

Closed
opened 2026-03-02 16:47:12 +03:00 by kerem · 3 comments
Owner

Originally created by @joeribelis on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/32

ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 /tmp/tmp7na_a560 get_requires_for_build_wheel /tmp/tmp06pru30b
cwd: /tmp/pip-install-yv59yffo/manimpango
Complete output (28 lines):
Package pangocairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangocairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangocairo' found
Traceback (most recent call last):
File "", line 136, in check_min_version
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['pkg-config', '--print-errors', '--atleast-version', '1.30.0', 'pangocairo']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/tmp7na_a560", line 280, in
main()
File "/tmp/tmp7na_a560", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/tmp/tmp7na_a560", line 114, in get_requires_for_build_wheel
return hook(config_settings)
File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 338, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 320, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 335, in run_setup
exec(code, locals())
File "", line 203, in
File "", line 139, in check_min_version
main.RequiredDependencyException: pangocairo >= 1.30.0 is required

ERROR: Command errored out with exit status 1: /usr/bin/python3 /tmp/tmp7na_a560 get_requires_for_build_wheel /tmp/tmp06pru30b Check the logs for full command output.
administrator@Koper:~$

Originally created by @joeribelis on GitHub (Jan 27, 2023). Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/32 ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /tmp/tmp7na_a560 get_requires_for_build_wheel /tmp/tmp06pru30b cwd: /tmp/pip-install-yv59yffo/manimpango Complete output (28 lines): Package pangocairo was not found in the pkg-config search path. Perhaps you should add the directory containing `pangocairo.pc' to the PKG_CONFIG_PATH environment variable No package 'pangocairo' found Traceback (most recent call last): File "<string>", line 136, in check_min_version File "/usr/lib/python3.8/subprocess.py", line 364, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['pkg-config', '--print-errors', '--atleast-version', '1.30.0', 'pangocairo']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/tmp7na_a560", line 280, in <module> main() File "/tmp/tmp7na_a560", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/tmp/tmp7na_a560", line 114, in get_requires_for_build_wheel return hook(config_settings) File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 338, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel']) File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 320, in _get_build_requires self.run_setup() File "/tmp/pip-build-env-p_yhp0a9/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 335, in run_setup exec(code, locals()) File "<string>", line 203, in <module> File "<string>", line 139, in check_min_version __main__.RequiredDependencyException: pangocairo >= 1.30.0 is required ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 /tmp/tmp7na_a560 get_requires_for_build_wheel /tmp/tmp06pru30b Check the logs for full command output. administrator@Koper:~$
kerem closed this issue 2026-03-02 16:47:13 +03:00
Author
Owner

@initialcommit-io commented on GitHub (Jan 27, 2023):

@joeribelis It's hard to tell without knowing what installation steps you tried, and without even knowing when you're getting that message (during installation or trying to run git-sim).

So for starters I'd recommend making sure you "Installed Manim and Manim dependencies for your OS", as mentioned in step (1) of the quickstart guide. If you already did that and are still having this issue, please let me know:

-When you're getting that error, is it during install or when trying to run git-sim?
-Exactly what installation steps you went through
-Your OS and OS version

<!-- gh-comment-id:1406849503 --> @initialcommit-io commented on GitHub (Jan 27, 2023): @joeribelis It's hard to tell without knowing what installation steps you tried, and without even knowing when you're getting that message (during installation or trying to run git-sim). So for starters I'd recommend making sure you "**Installed Manim and Manim dependencies for your OS**", as mentioned in step (1) of the [quickstart guide](https://github.com/initialcommit-com/git-sim#quickstart). If you already did that and are still having this issue, please let me know: -When you're getting that error, is it during install or when trying to run git-sim? -Exactly what installation steps you went through -Your OS and OS version
Author
Owner

@paketb0te commented on GitHub (Jan 27, 2023):

@joeribelis main.RequiredDependencyException: pangocairo >= 1.30.0 is required looks to me like you did not install Manim correctly / followed their installation guide at https://docs.manim.community/en/stable/installation.html

<!-- gh-comment-id:1406897294 --> @paketb0te commented on GitHub (Jan 27, 2023): @joeribelis ` main.RequiredDependencyException: pangocairo >= 1.30.0 is required` looks to me like you did not install Manim correctly / followed their installation guide at https://docs.manim.community/en/stable/installation.html
Author
Owner

@initialcommit-io commented on GitHub (Jan 29, 2023):

@joeribelis Closing for since we haven't heard back and seems like an installation issue. Please reopen if any questions or if you still can't get it working.

<!-- gh-comment-id:1407721758 --> @initialcommit-io commented on GitHub (Jan 29, 2023): @joeribelis Closing for since we haven't heard back and seems like an installation issue. Please reopen if any questions or if you still can't get it working.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#24
No description provided.