wintersrd / pipelinewise-tap-mssql

Pipelinewise tap for Microsoft SQL Server
GNU Affero General Public License v3.0
14 stars 50 forks source link

pip distribution unavailable #4

Closed flypenguin closed 2 years ago

flypenguin commented 3 years ago

if I execute pip install pipelinewise-tap-mssql I get this error message:

ERROR: Could not find a version that satisfies the requirement pipelinewise-tap-mssql (from versions: none)
ERROR: No matching distribution found for pipelinewise-tap-mssql

pypi.org also does not know the package name. I'd say this is a bug, and it also prevents me from including this tap into meltano.

momomoro commented 3 years ago

I'm also facing this same issue. I was able to install the package just fine about a week ago though. Currently I have to checkout this package and run setup.py install

prae04 commented 3 years ago

bumping this issue to increase adoption for this wonderful tap!

divv commented 3 years ago

Yes, it looks like the README.md retains some boilerplate from another repo and that this lib has not been properly submitted to PyPi.

I have been able to use this tap in Meltano by specifying the github url for the pip_url parameter. Ditto you can pip install <github-url> as well. But it would be very nice if this was in PyPi properly.

@wintersrd

James-DBA-Anderson commented 3 years ago

For anyone else hitting this issue, I had to remove all trace of tap-mssql from my meltano.yml before installing via pip_url would work.

I kept getting the following before removing the broken settings:

ERROR: Could not find a version that satisfies the requirement tap-mssql (from versions: none)
ERROR: No matching distribution found for tap-mssql

I'm using the settings described here https://gitlab.com/vischous/oracle2mssql/-/blob/master/oracle2mssql/meltano.yml

I am new to Meltano so I could also have been doing something stupid.

wintersrd commented 2 years ago

This is now on pypi, with all proposed changes