Closed maxg203 closed 6 years ago
Hi @maxg203, thanks for your contribution!
In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.
You did it @maxg203!
Thank you for signing the Singer Contribution License Agreement.
Hey @maxg203 - thanks for catching this.
Can you modify this slightly to pin the version to 5.3.3 instead of using >=
notation. See this best practice in our docs for more info.
'singer-python==5.3.3'
Also, I noticed you are running your tap and target in the same environment. To avoid dependency issues, we recommend using separate virtual environments for the tap and target. See this section of the singer docs for instructions.
@nick-mccoy Makes sense, thanks for the info. I've made that change.
This package does not work with older versions of the
singer-python
package. Ensure this package is required as part of future installations (or usingpip
's--upgrade
flag).This fix avoids tracebacks such as the following: