Has anyone managed to install MM3 recently using pip on Ubuntu 18?
I followed the instructions at https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-insta.... As soon as I get to the Django part things get hairy. It seems Django requires something that was removed from it.
Any ideas or experience how I can get around that?
p@rick
-- [*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
On 2/18/20 10:45 AM, Patrick Ben Koetter wrote:
Has anyone managed to install MM3 recently using pip on Ubuntu 18?
I followed the instructions at https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-insta.... As soon as I get to the Django part things get hairy. It seems Django requires something that was removed from it.
What exactly is the issue? I just tried following the doc starting at <https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-setup> and doing everything through
(venv)$ python3 manage.py runserver
and I encountered no issues. One possibility is the Ubuntu 18.04 box on which I did this already had ruby-sass and python3-dev globally installed.
sudo apt install ruby-sass sudo apt install python3-dev
Did you install these?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
- Mark Sapiro <mark@msapiro.net>:
On 2/18/20 10:45 AM, Patrick Ben Koetter wrote:
Has anyone managed to install MM3 recently using pip on Ubuntu 18?
I followed the instructions at https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-insta.... As soon as I get to the Django part things get hairy. It seems Django requires something that was removed from it.
What exactly is the issue? I just tried following the doc starting at <https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-setup> and doing everything through
(venv)$ python3 manage.py runserver
and I encountered no issues. One possibility is the Ubuntu 18.04 box on which I did this already had ruby-sass and python3-dev globally installed.
sudo apt install ruby-sass sudo apt install python3-dev
Did you install these?
Yes, I did. But to be sure I'll try on a vanilla VM and see how it goes if I install ruby-sass and python3-dev beforehand.
p@rick
-- [*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
- Mark Sapiro <mark@msapiro.net>:
On 2/18/20 10:45 AM, Patrick Ben Koetter wrote:
Has anyone managed to install MM3 recently using pip on Ubuntu 18?
I followed the instructions at https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-insta.... As soon as I get to the Django part things get hairy. It seems Django requires something that was removed from it.
What exactly is the issue? I just tried following the doc starting at <https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-setup> and doing everything through
(venv)$ python3 manage.py runserver
and I encountered no issues. One possibility is the Ubuntu 18.04 box on which I did this already had ruby-sass and python3-dev globally installed.
sudo apt install ruby-sass sudo apt install python3-dev
Did you install these?
Now I do have a running instance, too. Seems my error was to do all of the installation via ansible from the start and I wouldn't seen many things failing:
- missing wheel
- missing gcc
The link to the virtualenv user guide seems to be broken.
p@rick
-- [*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64 Schleißheimer Straße 26/MG,80333 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief Aufsichtsratsvorsitzender: Florian Kirstein
On 2/18/20 1:28 PM, Patrick Ben Koetter wrote:
The link to the virtualenv user guide seems to be broken.
Thanks for noticing/reporting. It's fixed now.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Patrick Ben Koetter