AMontgomerie / question_generator

An NLP system for generating reading comprehension questions
MIT License
281 stars 72 forks source link

Error Installing on M1 Processor #9

Open ps-innovator opened 3 years ago

ps-innovator commented 3 years ago

Hello,

I am working on an M1 Mac mini. I followed the installation steps in the README but came across an error.

First, I was able to successfully clone the repository. Next, when I ran the second command: python -m pip install -e question_generator

I came across this error: ERROR: No matching distribution found for spacy==2.3.1

@AMontgomerie What should I do for a successful installation on an M1 Mac mini?

Thanks, and I appreciate any help!

ninjamoba commented 3 years ago

same ERROR: No matching distribution found for spacy==2.3.1 on m1- any resolution?