hex-in / libscrc

libscrc is a library for calculating CRC3 CRC4 CRC5 CRC6 CRC7 CRC8 CRC10 CRC11 CRC12 CRC15 CRC16 CRC24 CRC30 CRC31 CRC32 CRC64 CRC82
GNU General Public License v3.0
48 stars 13 forks source link

Cannot install libscrc in Python 2.7 x64 #6

Closed bslava closed 3 years ago

bslava commented 3 years ago

Hello Heyn,

Thanks for the great library!

We mostly use Python 3.x, however we have to support backward compatibility with Python 2.7. When I try to install libscrc under Python 2.7 x64 I receive an error message: image

Could you please explain the reason for that?

Regards, Slava

hex-in commented 3 years ago

Hello Heyn,

Thanks for the great library!

We mostly use Python 3.x, however we have to support backward compatibility with Python 2.7. When I try to install libscrc under Python 2.7 x64 I receive an error message: image

Could you please explain the reason for that?

Regards, Slava

Thank you for your attention, it will be resolved soon

hex-in commented 3 years ago

I have fixed the problem, please try again.

bslava commented 3 years ago

Thanks a lot!