-
Notifications
You must be signed in to change notification settings - Fork 15
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
medcat==1.8.0 doesn't install with latest Rust-1.73.0 #14
Comments
Thank you for letting us know! It's much appreciated! Although v1.8.0 would probably be not be installable in a clean environment due to the With that said, I'll try and bump the versions in the tutorial to the latest I've created a PR for the above. |
Given such a prompt and kind response, let me mention a few more hiccups I encountered when exploring the tutorial. Some of them may be an issue on my end, I haven't checked very thoroughly and I ran the commands locally in an IPython shell or the system shell (for the system commands included in the Jupyter notebooks). Here is the list, anyway:
|
Thank you for the further feedback. We don't get much feedback for the tutorials so this is much appreciated! With that said, our tutorials are (at least for the time being) targeting Jupyter Notebooks and/or Google Colab. Feature parity in other environments is not guaranteed.
|
Thanks for the quick and extensive reply again! |
Indeed, I am not finding any occurrences of "print_stats" in Part 3.3 of the tutorial, I didn't even download a copy of that one... However, FWIW, I am noticing it's titled "Part 3.2 - Extracting Diseases from Electronic Health Records.ipynb" although the URL has "Part_3_3_Model_technical_optimisations.ipynb" in it... probably a copy-paste error? |
I see what you mean now. Though I'm not entirely sure where it grabs the title or how to change it. |
Following commands from the MedCAT tutorial on my recently updated Arch Linux, I started by pip-installing
medcat==1.8.0
:and it failed while installing the transitive dependency of
tokenizers-0.12.1
:This was with Rust-1.73.0 installed on the system. After downgrading to Rust-1.72.1, the build worked. This post in the discussion of the python-tokenizers package in AUR suggests that requiring
tokenizers==0.14.1
instead should make this work (with at least Rust-1.70.0 or newer).I am posting this issue here because it effectively causes the instructions of the tutorial to be broken, even though it's probably not an issue that could be easily fixed in the tutorial itself.
The text was updated successfully, but these errors were encountered: