I am trying to import pyodbc
to use in my cloud function
to access SQL Server.
I have added pyodbc
and unixODBC
in requirements.txt and importing in main.py files.
I could not deploy cloud function due to some import issues.
ERROR: Could not find a version that satisfies the requirement unixODBC (from versions: none) ERROR: No matching distribution found for unixODBC; Error ID: 656dd225
Is anything additionally I need to do?