Cannot install dependencies for mongodb-bin

Hi I am trying to install mongodb bin from aur. I downloaded the package and ran

makepkg -si
but it says dependencies cannot be installed.

error: target not found: python-cheetah3
==> ERROR: ‘pacman’ failed to install missing dependencies.
==> Missing dependencies:
→ scons
→ python-psutil
→ python-regex
→ python-cheetah3
→ python-pymongo
==> ERROR: Could not resolve all dependencies.

What might be the solution

This is an AUR package. Install it from AUR manually, or use a AUR helper that helps you with this kind of problem.

1 Like

Is there any way to make pacman install aur packages??

Only after a package is build with makepkg.

This is the reason why there are so many AUR helpers out there. An AUR Helper takes care of this kind of problem.

1 Like

Not with pacman, but pamac can handle the AUR. :arrow_down:

pamac build python-cheetah3

Note: pamac must not be used with sudo. It is polkit-aware and will prompt you for the password itself.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.