Invalid version referenced in pypyodbc package pypyodbc-1.3.5.2.zip
See original GitHub issueThe pypi package pypyodbc-1.3.5.2.zip still has version 1.3.4 referenced in it’s setup.py which leads to following warning message when upgrading with pip:
Requested pypyodbc==1.3.5.2 from https://pypi.python.org/packages/ea/48/bb5412846df5b8f97d42ac24ac36a6b77a802c2778e217adc0d3ec1ee7bf/pypyodbc-1.3.5.2.zip#md5=9f262beb1aebf7556fce26cad2c5d462 (from -r requirements.txt (line 15)), but installing version 1.3.4
I guess it is best to keep the version in setup.py in sync with the pypi package version.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:9
Top Results From Across the Web
Byte String Too Long Pypyodbc - ADocLib
The pypi package pypyodbc1.3.5.2.zip still has version 1.3.4 referenced in it's setup.py which leads to following warning message when upgrading with pip: In ......
Read more >How to install and use sqlobject+mysql on iron python? - FixeMe SQL
I have sqlobject installed for cpython and it works fine, but if I use that same package in ironpython I get "ImportError: No...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jiangwen365 it might be time to release a 1.3.6 version. The actual version mismatch is pretty annoying for all reinstalls, updates and outdated info…
Thanks in advance!
@matiasmlforever - My impression was that
pip install pypyodbc
actually did install from pypyodbc-1.3.5.2.zip on PyPI, but once installed it reported its version as 1.3.4. If that is not the case (and it really is installing the older 1.3.4 code) then you might try