Closed Zaiku1972 closed 4 years ago
Please let me know precisely what caused this error to occur. I just ran the following commands in a new Python 3.6.6 virtual environment and did not get any errors:
pip install --update pip
pip install git+https://github.com/NLPatVCU/medaCy.git@development
pip install git+https://github.com/NLPatVCU/medaCy_model_clinical_notes.git
Please let me know precisely what caused this error to occur. I just ran the following commands in a new Python 3.6.6 virtual environment and did not get any errors:
pip install --update pip pip install git+https://github.com/NLPatVCU/medaCy.git@development pip install git+https://github.com/NLPatVCU/medaCy_model_clinical_notes.git
Using python 3.6.10. will that be an problem? and are you using anaconda python 3.6.6?
Please let me know precisely what caused this error to occur. I just ran the following commands in a new Python 3.6.6 virtual environment and did not get any errors:
pip install --update pip pip install git+https://github.com/NLPatVCU/medaCy.git@development pip install git+https://github.com/NLPatVCU/medaCy_model_clinical_notes.git
okay it worked in anaconda virtual env This is what i did:
conda create -n myenv python=3.6.6
pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install git+https://github.com/NLPatVCU/medaCy.git@development
pip install git+https://github.com/NLPatVCU/medaCy_model_clinical_notes.git
OS: docker image : python:3.6-jessie medaCy is successful installed, but when trying to install medaCy's clinical model, but getting error with torch
Error Log:
Attempts: I tired installing medaCy with import torch statement at the top of everything. Yet it didnt work.