redhataccess / pantheon-cmd

Pantheon CMD is an open source and freely distributed program for validating and building local previews of modular documentation.
GNU General Public License v3.0
2 stars 5 forks source link

working on Fedora? #45

Closed pwright closed 3 years ago

pwright commented 3 years ago

got this error after installing on Fedora 34:

$ pcmd

Traceback (most recent call last):
  File "/usr/lib64/PantheonCMD/pcmd.py", line 14, in <module>
    from pcprvalidator import get_changed_files, get_all_modules, get_all_assemblies, get_undetermined_files, get_no_prefix_files
ModuleNotFoundError: No module named 'pcprvalidator'
$ pcmd -h
Traceback (most recent call last):
  File "/usr/lib64/PantheonCMD/pcmd.py", line 14, in <module>
    from pcprvalidator import get_changed_files, get_all_modules, get_all_assemblies, get_undetermined_files, get_no_prefix_files
ModuleNotFoundError: No module named 'pcprvalidator'

This could easily be my config, just wondering if folks have successfully built/installed on Fedora 34?

adahms commented 3 years ago

Hey @pwright - thanks for the issue!

Two dependencies were missing from the spec file.

I've added these on branch Issue_45 and submitted a PR under https://github.com/redhataccess/pantheon-cmd/pull/47

Could you see if the build process on that branch works for you?

adahms commented 3 years ago

Hey @pwright - thanks once again for raising this issue.

Because this was a simple update, I've gone ahead and merged this one, closing this issue. Feel free to re-open or file a new issue if you encounter anything.