Closed flypenguin closed 2 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
bumping this issue to increase adoption for this wonderful tap!
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
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.
This is now on pypi, with all proposed changes
if I execute
pip install pipelinewise-tap-mssql
I get this error message: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.