[OpenIndiana-discuss] borg missing msgpack dependency?
    Carl Brewer 
    carl at bl.echidna.id.au
       
    Mon Sep 26 14:29:31 UTC 2022
    
    
  
I just bumped a ~12 month old OI Hipster that had Borg installed on it 
to the current pkg contents.
Ran borg, saw this :
root at hog:/slow/backups# borg
Traceback (most recent call last):
   File "/usr/lib/python3.9/vendor-packages/borg/archiver.py", line 38, 
in <module>
     from . import helpers
   File "/usr/lib/python3.9/vendor-packages/borg/helpers/__init__.py", 
line 14, in <module>
     from .misc import *  # NOQA
   File "/usr/lib/python3.9/vendor-packages/borg/helpers/misc.py", line 
16, in <module>
     from . import msgpack
   File "/usr/lib/python3.9/vendor-packages/borg/helpers/msgpack.py", 
line 19, in <module>
     from msgpack import Packer as mp_Packer
ModuleNotFoundError: No module named 'msgpack'
pkg install python/msgpack fixes it
Is this an artifact of recent changes to Python versions that didn't 
quite make a dependency list?
    
    
More information about the openindiana-discuss
mailing list