jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Different results using caniusepython3 and caniusepython3.com #67

Open EmilStenstrom opened 4 years ago

EmilStenstrom commented 4 years ago

Hi! I get different results using the package locally and the site. Here's the result running the site: https://caniusepython3.com/check/7f785350-ceff-426f-8ae1-8d7edbcde2a4

And here's running against the file locally:

$ caniusepython3 -r requirements/production.txt
[WARNING] problem fetching svamp, assuming ported (404)
[WARNING] problem fetching django-features, assuming ported (404)
[WARNING] problem fetching json-api-mapper, assuming ported (404)
[WARNING] problem fetching puri, assuming ported (404)

You need 3 projects to transition to Python 3.
Of those 3 projects, 3 have no direct dependencies blocking their transition:

  django-piston
  embedly
  pyes

Any idea why the results are different?