-
Notifications
You must be signed in to change notification settings - Fork 439
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
Completely unable to install jsonnet using pip install #912
Comments
I have tried solutions such as this specific solution from #476. But that does not seem to work given that I get other errors:
|
Any help would be greatly appreciated given that as of now, I cannot use the |
I also tried to install |
Thank you for the detailed report. Not sure why but it looks like the compilation uses g++, but linking uses MSVC, hence the error. Also we use grep somewhere in the Makefile. Not sure what's the right way to address this. I'm open to suggestions. |
Personally I wouldn't know how to fix it. I only ran into this issue because of In terms of trying to install
I also raised the issue at Do you have any ideas on how I could get either |
Well, the Then you'll need to install Of course this flow sucks. It may still be worth trying as a temporary workaround and as a way to verity if using |
Alright, I have tested this and I am able to run Ive taken your suggestions and made it more step-by-step plan for anyone in the future on how you can get jiant to run on a windows machine. Ill reference it on the Thanks for your help. Steps
This should now allow you to run jiant in a windows machine. (This may break in the future incase |
Can someone just the way to run the same in colab as well? |
You might have better luck depending on this instead: https://pypi.org/project/gojsonnet/ It will still need compiling but as it's based on the Go version of Jsonnet the only C code needed to build is the python adapter. |
I have tried installing jsonnet given that its a dependency for
jiant
on Windows 10when trying to run
pip install jsonnet
I encounter the following error:The text was updated successfully, but these errors were encountered: