Closed vineet-rarisystems closed 3 years ago
It seems that you don't have the libsctp
package installed on your system
On Ubuntu you can install it using apt install
:
sudo apt install libsctp-dev
Then the missing header and libsctp.a library will be installed on your system, you can confirm with the following command:
dpkg-query --listfiles libsctp-dev|grep "netinet/sctp.h"
I cloned the repo ran
sudo python3 setup.py install
I get the following error, can someone please help me to debug it?
I have install python-dev and python3-dev any help would be appreciated