question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid version referenced in pypyodbc package pypyodbc-1.3.5.2.zip

See original GitHub issue

The 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:open
  • Created 6 years ago
  • Reactions:6
  • Comments:9

github_iconTop GitHub Comments

9reactions
MRigalcommented, Oct 19, 2017

@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!

2reactions
gordthompsoncommented, Mar 7, 2019

@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

pip install git+https://github.com/jiangwen365/pypyodbc@044227a7c67e5322f4ec4368c92680d9a696bc44
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found