Project

Profile

Help

Issue #5564

Updated by daviddavis over 4 years ago

I'm getting this error when I try to run pulp_rpm: 

 <pre> 
 ImportError: No module named gi 
 </pre> 

 Looks like this was fixed in the pulp-rpm-prerequisites: 

 https://github.com/pulp/pulp-rpm-prerequisites/commit/f40f9d39bf6f4cfac2df91af313785f5209e8188 

 But not the pulp_rpm docs: docs. 

 https://pulp-rpm.readthedocs.io/en/latest/installation.html 

 I think we just need to add 'python3-gobject' as a dependency but I would suggest going through and testing installation via the docs to make sure they aren't missing any other dependencies/steps. 

Back