Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need new releases on PYPI #6

Closed
GoogleCodeExporter opened this issue May 20, 2015 · 15 comments
Closed

need new releases on PYPI #6

GoogleCodeExporter opened this issue May 20, 2015 · 15 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
$ sudo easy_install pymssql
Searching for pymssql
Reading http://pypi.python.org/simple/pymssql/
Reading http://pymssql.sourceforge.net
Reading 
http://sourceforge.net/project/showfiles.php?group_id=40059&package_id=32202
Reading http://code.google.com/p/pymssql/
Reading http://code.google.com/p/pymssql/downloads/list
Best match: pymssql 1.9.908.win32
Downloading http://pymssql.googlecode.com/files/pymssql-1.9.908.win32.zip
Processing pymssql-1.9.908.win32.zip
error: Couldn't find a setup script in 
/tmp/easy_install-s3UIdY/pymssql-1.9.908.win32.zip

What version of the product are you using? On what operating system?
Kubuntu 10.04

Please provide any additional information below.
Maybe this is not correct place for this bug, then I hope you'll help me and 
tell where to post it. (I don't known much about easy_install)

Original issue reported on code.google.com by akimov.alex on 9 Jun 2010 at 7:32

@GoogleCodeExporter
Copy link
Author

I have the same problem in Red Hat Enterprise Linux 5.4!

Original comment by zx1...@gmail.com on 26 Nov 2010 at 7:31

@GoogleCodeExporter
Copy link
Author

Same on cygwin

Original comment by dcl...@gmail.com on 23 Dec 2010 at 12:48

@GoogleCodeExporter
Copy link
Author

same on ubuntu

Original comment by dc...@intillium.com on 25 Jan 2011 at 4:37

@GoogleCodeExporter
Copy link
Author

same on ubuntu 10.04

Original comment by genis.pu...@gmail.com on 28 Jan 2011 at 4:17

@GoogleCodeExporter
Copy link
Author

Issue 37 has been merged into this issue.

Original comment by dam...@gmail.com on 24 Feb 2011 at 3:51

@GoogleCodeExporter
Copy link
Author

Original comment by dam...@gmail.com on 8 Mar 2011 at 3:35

  • Added labels: PyMssql-2.x

@GoogleCodeExporter
Copy link
Author

I have the same problem !!

Linux Desktop01 2.6.31-23-generic #75-Ubuntu SMP Fri Mar 18 18:16:06 UTC 2011 
x86_64 GNU/Linux

Original comment by jriveram...@gmail.com on 6 May 2011 at 5:12

@GoogleCodeExporter
Copy link
Author

i have the same problem in ubuntu 11.04

Original comment by harsha....@gmail.com on 17 Jun 2011 at 8:16

@GoogleCodeExporter
Copy link
Author

I've got the same. But I installed it with:

easy_install pymssql==1.0.1

Original comment by blake131...@gmail.com on 13 Jul 2011 at 7:21

@GoogleCodeExporter
Copy link
Author

i have the same problem on ubuntu 10.04 LTS
solved it using  blake131...@gmail.com 's method

Original comment by halfam...@gmail.com on 22 Jul 2011 at 6:54

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

openSUSE 11.3 (x86_64)
VERSION = 11.3

Solved with info from comment 9:

  easy_install pymssql==1.0.1

Original comment by Carlos.H...@gmail.com on 13 Oct 2011 at 11:24

@GoogleCodeExporter
Copy link
Author

I tried fix from comment 9 and got new errors.

Processing pymssql-1.0.1.zip
Running pymssql-1.0.1/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-fti6xV/pymssql-1.0.1/egg-dist-tmp-3MCqP7
mssqldbmodule.c:31:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1

Running Ubuntu 11.11 64bit, Python 2.7.2+

Original comment by eman_...@yahoo.com on 19 Nov 2011 at 2:17

@GoogleCodeExporter
Copy link
Author

Original comment by rsyr...@gmail.com on 8 Mar 2012 at 3:25

  • Changed title: need new releases on PYPI
  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

It looks like the Windows download that was causing the problem (XXX) is no 
longer there.

Furthermore, yesterday I pushed a new sdist for issue 90 which should be the 
new download that pip and easy_install will prefer.

I just tested with easy_install and it worked for me on OS X 10.8.2 with Python 
2.7.3:

(pymssql-easy-install)marca@marca-mac:/tmp$ easy_install pymssql
Processing pymssql
...
Adding pymssql 2.0.0b1-dev-20130109 to easy-install.pth file

Installed
/private/tmp/pymssql-easy-install/lib/python2.7/site-packages/pymssql-2.0.0b1_de
v_20130109-py2.7-macosx-10.6-intel.egg
Processing dependencies for pymssql==2.0.0b1-dev-20130109
Finished processing dependencies for pymssql==2.0.0b1-dev-20130109

(pymssql-easy-install)marca@marca-mac:/tmp$ python
Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import pymssql
pymssql
<module 'pymssql' from
'/private/tmp/pymssql-easy-install/lib/python2.7/site-packages/pymssql-2.0.0b1_d
ev_20130109-py2.7-macosx-10.6-intel.egg/pymssql.so'>

so I think we can mark this issue as resolved. It would be great if other folks
that had the problem could verify that it's working now.


Original comment by `msabr...@gmail.com` on 9 Jan 2013 at 5:47
* Changed state: **Fixed**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant