1

I have a windows 10, 64 bit system that cannot be connected to the internet due to security reasons. I have downloaded spacy 3.2.1 with all its dependencies but while installing spacy, it shows error "this is not a supported wheel for this platform" please help me. Which version of python is required for spacy 3.2.1

2 Answers2

0

what type or register is your machine? 32/64 bit? also is the wheel same as your register, please post both here. If you have a 64 bit register machine, then use a 64/32 bit machine, in this case it seems you have a 32 bit machine.

EKivutha
  • 131
  • 1
  • 8
0

It sounds like either you didn't download a Windows wheel or you are using 32bit Python, which is possible but a bad idea. (spaCy doesn't distribute 32bit Windows wheels.)

Use 64bit Python and make sure you downloaded the right wheels.

polm23
  • 14,456
  • 7
  • 35
  • 59