detectem icon indicating copy to clipboard operation
detectem copied to clipboard

I cannot install detectem

Open escapeplan4 opened this issue 4 years ago • 1 comments

  • detectem version: 0.7.3
  • Python version: 3.10.0
  • Operating System: Windows 10

Description

I cannot install detectem. I've got some errors and the last was ImportError: cannot import name 'Feature' from 'setuptools' ERROR: Could not find a version that satisfies the requirement zope.interface==4.7.1 (from detectem) (from versions: 3.3.0b1, 3.3.0b2, 3.3.0, 3.3.0.1, 3.4.0b1, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 3.5.2, 3.5.3, 3.6.0, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, 3.6.8, 3.7.0, 3.8.0, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.2.0, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.5.0, 4.6.0, 4.7.0, 4.7.1, 4.7.2, 5.0.0, 5.0.1, 5.0.2, 5.1.0, 5.1.1, 5.1.2, 5.2.0, 5.3.0a1, 5.3.0, 5.4.0) ERROR: No matching distribution found for zope.interface==4.7.1

What I Did

docker pull scrapinghub/splash setup virtual enviroment pip install detectem==0.7.2

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback he

escapeplan4 avatar Oct 23 '21 21:10 escapeplan4

May you can run pip install -i setuptools==45.2.0 and try again

lacustrine avatar Mar 20 '22 16:03 lacustrine