Monday, April 26, 2021

Re: module not found

I think is a problem with your virtual envinmont, just you need add the PYTHONPATH variable, like:

export PYTHONPATH="/the/path/of/python3"

I think maybe you have a global lib in yout machine maybe, try verify with "pip freeze --local" (without "base" env activated)

try to clean your global requirements with:

pip freeze | xargs pip uninstall -y

And then create a new env and try again maybe

El lunes, 26 de abril de 2021 a las 5:40:30 UTC-6, kossit...@gmail.com escribió:
can you help me for this problem?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/73067aed-1912-4fa1-bd9f-d33e5c97211en%40googlegroups.com.

No comments:

Post a Comment