developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
106 stars 248 forks source link

: python django-installation.md #452

Closed jgoulart5628 closed 1 year ago

jgoulart5628 commented 1 year ago

Trying to use '"from django.urls import url" wich demands the installation of url package. There is a lot of compilation errors and the final message is: error: legacy-install-failure

Ps. Fedora 36, Python 3.10

jackorp commented 1 year ago

Thanks for the report! Sorry for the delay.

I am not sure that there is anything we can do. I successfully launched the web app by following the Developer Portal steps on Fedora 36.

As the guide does not specify code or any imports (just default-generated projects), the problem is probably some incompatibility that is specific to your Django app.