libcno
libcno copied to clipboard
Can't install on python 3.9
I don't have 3.9, but seems to install fine on 3.10 for me (though fails with a couple TypeErrors due to loop parameters no longer existing in asyncio.Event and asyncio.Channel). Did you install cffi first? That's due to the package not being on pypi I think, pip needs to load setup.py to read dependencies in that case but setup.py needs cffi to call setup with the right arguments.
First of all thanks for your reply, I installed cffi, I don't know much about C and C++, but I presume that the installation may have failed due to my lack of Gcc compilation environment? This exception seems to be caused by Subprocess, so you can see if this is the case

Yes, you need some sort of C compiler. Probably MSVC.
So what should i install