-
Notifications
You must be signed in to change notification settings - Fork 6
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 message for "ggeocode" #22
Comments
@yichenx In the mean time, you could use |
Thank you! |
I got bogged down with work this weekend, but haven't forgot about looking into this. I don't think it will be a difficult fix and just wanted to keep you in the loop. |
I tried last night using the examples in the help file and didn't get the error. Can you see if you can reproduce the error if you use those examples? Type |
Also if you have ado, find(brewscheme)
ado uninstall [#]
net install brewscheme, from(http://wbuchanan.github.io/brewscheme) There is a dependency issue with the older versions of |
I followed your instruction but somehow I ran into the same error message. Here's the error message when I ran the example codes:
When I tried to update
Thanks a lot for your help. |
So you should: ado uninstall [23]
ado uninstall [22]
net inst brewscheme, from(http://wbuchanan.github.io/brewscheme) This is likely an issue with the Java classpath and one of the plugins used in older versions of brewscheme relying on a slightly earlier version of StataJavaUtilities. |
Yes. I did run the above code. The error message was after I install the new
|
@yichenx |
@wbuchanan Thanks a lot! |
@yichenx |
Sure. @wbuchanan
|
@yichenx |
I'm trying to geocode some addresses.
DO.txt
But the code stops working and gives the following error.
java.lang.NoSuchMethodError: org.paces.Stata.MetaData.Meta.getStataobs()Lorg/paces/Stata/Observations/Observations; at org.paces.Stata.Google.DataRetrieval.<init>(DataRetrieval.java:39) at org.paces.Stata.Google.Google.geocode(Google.java:26)
I doublechecked with the sample code and stata returns same error.
do2.txt
Thanks!
The text was updated successfully, but these errors were encountered: