Open Enakshi-1998 opened 2 years ago
I think you must have followed this: https://stackoverflow.com/questions/64261546/how-to-solve-error-microsoft-visual-c-14-0-or-greater-is-required-when-inst.
Which Python version are you running? I had a similar problem when I used 3.10
. I had to downgrade mine to 3.8.
Can you try that?
Alternatively, I can remove scispacy
from the dependency, since we don't use it all the time.
I have python 3.10
installed in my system. I will try to downgrade it.
I'm generally running Python 3.8. 3.10 gives problems (I think mainly libraries)
On Wed, Jul 13, 2022 at 4:25 PM Enakshi-1998 @.***> wrote:
I have python 3.10 installed in my system. I will try to downgrade it.
— Reply to this email directly, view it on GitHub https://github.com/petermr/docanalysis/issues/17#issuecomment-1183365501, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFTCSZBZZ4TYL3XYQ26MQDVT3NYFANCNFSM53PC77AA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Peter Murray-Rust Founder ContentMine.org and Reader Emeritus in Molecular Informatics Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
I have downgraded it. Now, this issue is resolved.
I already have Microsoft Visual C++ 14.0 installed in my system. I can't figure out what is pyproject.toml-based projects and how to install them.