Kesalahan Menginstal Pyodbc Linux

You need this installed first:

	sudo apt-get install unixodbc-dev

Then you can run:

	pip3 install pyodbc
Energetic Eel