mcaceresb / stata-gtools

Faster implementation of Stata's collapse, reshape, xtile, egen, isid, and more using C plugins
https://gtools.readthedocs.io
MIT License
182 stars 38 forks source link

file gtools_windows_legacy.plugin not found #16

Closed fbelotti closed 7 years ago

fbelotti commented 7 years ago

Hi Mauricio,

I just installed the gtools package on Stata 14.1 running on Win Server 2012 R2 but I got the following error which seems to be the same reported here https://github.com/mcaceresb/stata-gtools/issues/15.

. gcollapse (mean) price, by(foreign) file gtools_windows_legacy.plugin not found (error occurred while loading gcollapse.ado)

. which gtools c:\ado\plus\g\gtools.ado ! version 0.6.16 13Sep2017 Mauricio Caceres Bravo, mauricio.caceres.bravo@gmail.com ! Program for managing the gtools package installation

Do you have any hint?

Many thanks, Federico

mcaceresb commented 7 years ago

This is fixed in 0.6.17+; see https://github.com/mcaceresb/stata-gtools/issues/15

I will be merging a number of bug fixes and features to the master branch later in the day. Apologies for the issue. In the meantime, you try the develop branch (0.7.1).

fbelotti commented 7 years ago

Ok. I thought that you already merged the fix to the master branch. I just upgraded the package to the last develop branch and it works nicely.

Thanks again. Best, Federico