With venv deactivated, your are installing onto system library.

If you run django , without venv, you will run with system lib.  Not
recommended.


When you works with venv, you need yo install into this virtal enviorment.
How?
1.- activate venv
2- pip install

And go!

El dg., 1 de set. 2019, 23:26, Kean <kean...@gmail.com> va escriure:

> Hi Gil,
>
> Thank you for the response.
> In the first step, I closed the venv, then installed river, (please see
> process below)
> This is when I get the issue of Module not found.
>
> please clarify, are you saying solution is to install django-river with
> venv active and then it will work?
> would I need to unistall the current instance of django-river firs,t and
> then re-install django-river wihen venv active?
>
> Best,
>
> K
>
> On 1 Sep 2019, at 22:05, Gil Obradors <gil.obrad...@gmail.com> wrote:
>
> Hi,
>
>
> If you deactivate ( close?) venv, and then you install with pip3, it will
> be installet to system.
> If you are using venv, pip3 with venv activated
>
>
> Bests djangos,
>
>
>
>
> Missatge de Kean <kean...@gmail.com> del dia dg., 1 de set. 2019 a les
> 21:56:
>
>> Hi,
>>
>> New to Django, but can't seem to get django to run the module.
>> The process I followed:
>>
>> Process.
>>
>> 1) Closed venv
>> 2) shell: pip3 install django-river
>> 3) Add 'river' to Installed_apps in settings.py
>>
>> Please can anyone advise if they have seen this issue before and how
>> resolved?
>>
>> Best,
>>
>> Kean
>>
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/bdb4011d-a896-4bc7-b968-45719c8b9e4f%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/bdb4011d-a896-4bc7-b968-45719c8b9e4f%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAK-JoTQRf%3DZ%2BV6nXa%3DeTDR%3DLU6jqn%3DuV8powdhmvfD7%3D4ouE8w%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAK-JoTQRf%3DZ%2BV6nXa%3DeTDR%3DLU6jqn%3DuV8powdhmvfD7%3D4ouE8w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4DB5DF59-AB23-460B-858C-E7C2B22D8598%40gmail.com
> <https://groups.google.com/d/msgid/django-users/4DB5DF59-AB23-460B-858C-E7C2B22D8598%40gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK-JoTQ9LxP%2B37VtbjFyRFZEE1PKxhR9nSKw3Xgjkh-M2hjFCQ%40mail.gmail.com.

Reply via email to