ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

pywin32 won't install with Python 3.9 + Windows #62

Open RudolfCardinal opened 2 years ago

RudolfCardinal commented 2 years ago

Likely third-party dependency problem: Installation fails under Windows 10 + Python 3.9.7 + pip 21.2.3 because pywin32 is reported by pip to be unavailable (in any version). The pywin32 page (https://pypi.org/project/pywin32/) reports Python 3.9 support, however. Ideal long-term solution is probably Docker, to save all this mess! (Works fine with Windows 10 + Python 3.8.10 + pip 21.1.1.)