You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install pypyodbc after finding out that it wasn't a typo meaning pyodbc which I installed.
I am now looking for your wheel file as our servers do not allow downloads from the internet.
I used pip to install the wheel file for pyodbc, which tells me pip is working. I am not a Python person and really only do Deployments.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
For a non Python person I found what I needed. First on your windows machine with full internet capabilities and Python installed run pip install pypyodbc. This will install everything that is needed and will also create the whl file you will need to install on the server. it does put that file deep so you will want to copy the info into notepad.
Is there a wheel file for Python37?
I am trying to install pypyodbc after finding out that it wasn't a typo meaning pyodbc which I installed.
I am now looking for your wheel file as our servers do not allow downloads from the internet.
I used pip to install the wheel file for pyodbc, which tells me pip is working. I am not a Python person and really only do Deployments.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: