-
Notifications
You must be signed in to change notification settings - Fork 137
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
Problem installing pact standalone ruby app from github - Proxy Blocks URL #116
Comments
We have a similar facility in the JS implementation (see https://github.com/pact-foundation/pact-node/blob/master/README.md#pact-download-location). Pact Go assumes it's on the path and checks it's installed correctly. You may need to include a check for the correct installed versions if you do this, because now the implementation can get out of sync with the dependencies. |
@mefellows : So, the work outline would be: (correct me if I am wrong)
|
I'm not familiar with idiomatic Python ways of doing these sorts of things, but yes something like the above sounds good. Would love @matthewbalvanz-wf to chip in as he's the core maintainer here. |
Hi All, is there a workaround for this? I'm running in an environment where I can only access github through a reverse proxy :( |
I'm not sure of a workaround, but the ideal state I think is that Python bundles the Ruby application into the package, so at install time no network is required. This is the plan for the FFI interface. PR's welcome! |
Thanks for the quick response Matt and a path forward!
…On Tue, 17 Aug 2021, 11:30 am Matt Fellows, ***@***.***> wrote:
I'm not sure of a workaround, but the ideal state I think is that Python
bundles the Ruby application into the package, so at install time no
network is required.
This is the plan for the FFI interface.
PR's welcome!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFN7U4PRBVR7N52E2H2CM3T5G7FFANCNFSM4J7LCW4Q>
.
|
Thanks for the great contribution @taj-p closing this now as complete |
Hi Folks,
I am having problem downloading ruby standalone app from github URL.
The company I work for blocks github url by default using a proxy.
Can I make a PR to a setup.py that only python itself is installed (and do not try to install ruby app)?
(My plan is to install ruby app manually OR use a docker image...)
The text was updated successfully, but these errors were encountered: