-
Notifications
You must be signed in to change notification settings - Fork 297
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
Installation of jiant using pip fails #1319
Comments
Additional information:
|
If I remove my MinGW installation it cannot compile at all because it seems to be missing some compiler in path.
|
Any help would be greatly appreciated given that as of now, I cant use the library in its entirity |
I have not been able to fix the issue itself but there is something you can do to get See thread: |
I fixed it by installing jiant via Then install jsonnet-binary. This should solve the problem. |
Describe the bug
I seem unable to install jiant because of its dependency of jsonnet. running
pip install jiant
returns the following traceback (following this thread:
To Reproduce
Im using Windows 10, latest Anaconda version 2.0.3 with Python 3.8.8
Before this i repeatedly was getting errors as in the linked thread (google/jsonnet#476)
Additional context
I have tried most solutions that are available and the newer ones basically boil down to "dont use Windows". I actually succesfully installed jiant on a Linux GPU-instance but I would really like to do some local testing prior to pushing it to the computing cluster.
The text was updated successfully, but these errors were encountered: