Python Forum
Pymssql library failing when upgrading to Python 3.7 - win32 issue
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pymssql library failing when upgrading to Python 3.7 - win32 issue
#6
(Jun-24-2019, 06:17 AM)stixmagiggins Wrote: Even though Python is 64bit it is on win32. Does that affect things?
No,it's the Python version of 32-bit or 64-bit that matter,most have 64-bit version of Windows these days.
Look at installation tutorial make sure you make new folder Path as shown there so you get all new files.
So no files get mixed up.

It should auto detect 32 or 64 bit when do pip install pymssql.
Can do it manually download pip install pymssql‑2.1.4‑cp37‑cp37m‑win_amd64.whl,but should not be needed.
So this is the 64-bit wheel,so i use a Python 64-bit version.
G:\Anaconda3
λ python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
[MSC v.1915 64 bit (AMD64)] the version on Python.
G:\Anaconda3\Scripts
# Manually wheel install 
λ pip install pymssql-2.1.4-cp37-cp37m-win_amd64.whl
Processing g:\anaconda3\scripts\pymssql-2.1.4-cp37-cp37m-win_amd64.whl
Installing collected packages: pymssql
Successfully installed pymssql-2.1.4
No error it work.
G:\Anaconda3
λ python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
>>> import pymssql
>>> pymssql.VERSION
(2, 1, 4)
>>>
>>> exit()
Reply


Messages In This Thread
RE: Pymssql library failing when upgrading to Python 3.7 - win32 issue - by snippsat - Jun-24-2019, 06:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Failing to connect by 'net use' tester_V 1 264 Apr-20-2024, 06:31 AM
Last Post: tester_V
  Failing regex tester_V 3 1,253 Aug-16-2022, 03:53 PM
Last Post: deanhystad
  Upgrading from 2 to 3 and having file write problems KenHorse 2 1,550 May-08-2022, 09:47 PM
Last Post: KenHorse
  Python library for win32 console commands eldiener 3 3,559 Aug-24-2021, 10:28 PM
Last Post: bowlofred
  Win32\ping.exe windows pops up -very annoying... tester_V 9 3,360 Aug-12-2021, 06:54 AM
Last Post: tester_V
  Failing to connect to a host with WMI tester_V 6 4,504 Aug-10-2021, 06:25 PM
Last Post: tester_V
  Failing to get Stat for a Directory tester_V 11 3,672 Jul-20-2021, 10:59 PM
Last Post: Larz60+
  Issue with a library ebolisa 2 1,828 Feb-27-2021, 08:35 AM
Last Post: ebolisa
Exclamation binwalk Win32 compile hackstunt 2 3,936 Feb-24-2021, 05:14 PM
Last Post: nilamo
  Virtual environment and upgrading python 3.5 to 3.9 NeilUK 4 12,300 Jan-24-2021, 01:02 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020