How to instlal pyodbc, without pip
dcwhatthe at gmail.com
dcwhatthe at gmail.com
Wed Feb 5 10:54:25 EST 2020
On Tuesday, February 4, 2020 at 8:53:10 PM UTC-5, Souvik Dutta wrote:
> You might use chocolatey if you like.
>
> On Tue, 4 Feb, 2020, 11:05 pm , dcwhatthe wrote:
>
> > Hi,
> >
> > Pip won't work on my desktop, because of the firewalls we have set up.
> >
> > I have the version from github. Assuming my Python 3.8.1 Home Directory
> > is C:\Python, How can I install pyodbc pyodbc-master.zip? Which folders
> > should I unzip it into?
> >
> >
> >
> > Regards,
> >
> >
> >
> >
> > --
> > https://mail.python.org/mailman/listinfo/python-list
> >
Thanks DL Neil, Terry, and Souvik,
I was able to install them manually, by going to the ..\libregrtest\ folder, copying the .zip there, and running it against the package, thus:
pip install --trusted-host pyodbc-master.zip
More information about the Python-list
mailing list