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

Plugin download error when using "ssc install gtools" #81

Closed
tudorschlanger opened this issue Oct 21, 2021 · 2 comments
Closed

Plugin download error when using "ssc install gtools" #81

tudorschlanger opened this issue Oct 21, 2021 · 2 comments

Comments

@tudorschlanger
Copy link

Describe the bug
Hi,

I am trying to install the package via ssc and there is an error when downloading a certain plug-in as shown below.

Code Sample

. ssc install gtools
checking gtools consistency and verifying not already installed...
web error 503
could not copy http://fmwww.bc.edu/repec/bocode/g/gtools_windows_v2.plugin
(no action taken)

Version info

  • OS: Windows 10
  • Version: Stata 17
@mcaceresb
Copy link
Owner

Try

local github "https://raw.githubusercontent.com"
net install gtools, from(`github'/mcaceresb/stata-gtools/master/build/)

?

@tudorschlanger
Copy link
Author

That worked without error, thank you!

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

No branches or pull requests

2 participants