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

Failed to load OSQP plugin #12

Open
mvshivaani opened this issue Feb 19, 2023 · 8 comments
Open

Failed to load OSQP plugin #12

mvshivaani opened this issue Feb 19, 2023 · 8 comments

Comments

@mvshivaani
Copy link

Thanks for this great package!
Using Windows10 and Stata 14.2, I followed all the steps using Cygwin to install honestdid. But I am still getting error 'Failed to load OSQP plugin' on using honestdid command in stata.

Please let me know if you need any other details.

Many thanks,

@mcaceresb
Copy link
Owner

@mvshivaani What is your CPU?

@mvshivaani
Copy link
Author

It is intel CORE i7

@mcaceresb
Copy link
Owner

@mvshivaani Can you show me a log or a screenshot of the terminal output when you compile the plugin via Cygwin?

@mvshivaani
Copy link
Author

Cygwin terminal says plugin compiled successfully:

Screenshot 2023-02-19 181405

Then in Stata:
Screenshot 2023-02-19 181942

@mcaceresb
Copy link
Owner

What happens when you run this from src/build?

cap program drop honestosqp_plugin
cap program drop honestecos_plugin
program honestecos_plugin, plugin using("honestecos_windows.plugin")
program honestosqp_plugin, plugin using("honestosqp_windows.plugin")

@mvshivaani
Copy link
Author

image

mcaceresb added a commit that referenced this issue Feb 23, 2023
@mcaceresb
Copy link
Owner

@mvshivaani Can we just check the compilation is working? Please check out branch issue12 and from a Cygwin terminal run

cd stata-honestdid/src/issues/gh12
make

Then run test.do and LMK if it runs.

@mcaceresb
Copy link
Owner

@mvshivaani Just following up; LMK if you were able to debug. Thanks!

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