-
Notifications
You must be signed in to change notification settings - Fork 96
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
INSTALL problem #70
Comments
Hi David! Which OS/Python/C compiler version are you using? I seems that you might be trying to install QuickUMLS on a Mac, is it perhaps a M1-equipped Mac? |
Hey, thanks for responding. I have a 2018 macbook pro (intel i7) running 10.15.7 (catalina) and python3.8. Maybe I misunderstood and you don't support mac?? |
on macOS, I would recommend installing inside an anaconda environment rather than using the built in python. After you install anaconda, install the following packages separately before pip installing QuickUMLS.
Installing QuickUMLS using the system python installation has proven tricky, so I don't support that at the moment. Please do let me know how it goes! |
So, that helped a lot. I now have an environment where I can make calls to the matcher running against example text and seeing cuis, etc. coming back. Thanks-looks good. One additional question, have you done anything around standing this up as a service in the cloud or dockerizing/helm charting the process so it's not just running locally on my laptop? |
Describe the bug
When doing an install with pip install quickumls I get the following error
To Reproduce
I just did a pip install like the instructions said
**Environment **
mac
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: