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

Error: Plugin not found #10

Closed
economoser opened this issue Sep 9, 2017 · 3 comments
Closed

Error: Plugin not found #10

economoser opened this issue Sep 9, 2017 · 3 comments

Comments

@economoser
Copy link

economoser commented Sep 9, 2017

I get the following error when trying to use gtools' -gcollapse- command:
file env_set_macosx.plugin not found
(error occurred while loading gcollapse.ado)
r(601);

Simple example re-producing the error:
. ado uninstall gtools

package gtools from https://raw.githubusercontent.com/mcaceresb/stata-gtools/master/build
^

(package uninstalled)

. net install gtools, from(https://raw.githubusercontent.com/mcaceresb/stata-gtools/master/build/)
checking gtools consistency and verifying not already installed...
installing into /Users/USER/Library/Application Support/Stata/ado/plus/...
installation complete.

. sysuse auto
(1978 Automobile Data)

. gcollapse (mean) price, by(make)
file env_set_macosx.plugin not found
(error occurred while loading gcollapse.ado)
r(601);

@mcaceresb
Copy link
Owner

mcaceresb commented Sep 9, 2017

Are you on OSX?

@economoser
Copy link
Author

I am on a 2016 MacBook with OSX (macOS Sierra). Just saw that you mention the compatibility issue in your README -- sorry for overlooking this. I ran the gtools package on a Unix-based server the other day and it worked great.

@mcaceresb
Copy link
Owner

mcaceresb commented Sep 9, 2017

No worries. I should be more explicit about if you didn't notice. I'll open up an issue about it (see issue #11).

I don't have a Mac and have failed to install it on a virtual machine, so an OSX version is on hold for now.

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