all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#48340: python-django: django crashes with this message, DistributionNotFound.
@ 2021-05-10 22:20 Salman Mohammadi
  0 siblings, 0 replies; only message in thread
From: Salman Mohammadi @ 2021-05-10 22:20 UTC (permalink / raw)
  To: 48340

Hi,

I'm running python-django on top of Debian Sid, after running

$ django-admin startproject test

I get this error message:

Traceback (most recent call last):
   File "/home/salman/.guix-profile/bin/django-admin", line 6, in <module>
     from pkg_resources import load_entry_point
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 3251, in <module>
     def _initialize_master_working_set():
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 3234, in _call_aside
     f(*args, **kwargs)
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 3263, in _initialize_master_working_set
     working_set = WorkingSet._build_master()
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 583, in _build_master
     ws.require(__requires__)
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 900, in require
     needed = self.resolve(parse_requirements(requirements))
   File 
"/gnu/store/hq7qr7nc2j29z3pivm3azfjy6jq3d7nx-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", 
line 786, in resolve
     raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Django==3.2.2' distribution was 
not found and is required by the application


Thanks,

Salman





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-10 22:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 22:20 bug#48340: python-django: django crashes with this message, DistributionNotFound Salman Mohammadi

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.