kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 74 forks source link

python-ipmi fails to build with Python 3.9: 'array.array' object has no attribute 'fromstring'/'tostring' #75

Closed lbazan closed 3 years ago

lbazan commented 4 years ago
lbazan commented 4 years ago

ohhh sorry the giant letters

hthiery commented 4 years ago

hi,

there is already a PR https://github.com/kontron/python-ipmi/pull/73 that should fix the issue. But unfortunatly we have to switch the nose framework before because it seems not to be supported any longer.

hthiery commented 4 years ago

hi,

I merged the PR #73. Could you please recheck if the problem is fixed?

hthiery commented 3 years ago

this is fixed with #73