You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try and install newsroom using pip (python2.x) you will eventually get an error saying it cannot install planning as it needs python 3. So install pip3 (and python 3) in order to make this work.
Also:
I had to run this command (prior to get the pip3-message):
pip install --upgrade setuptools
(which could be just because I had a newly installed box)
The text was updated successfully, but these errors were encountered:
Before you install newshub/newsroom. You need to change the version number for superdesk-core in requirements.txt to 1.32 (in the current version of newsroom). By default it says 1.33.7 which is not supported by the version you get when cloning from github. You are getting version 1.0 when you do this.
trondhuso
changed the title
install instructions - pip -> pip3
Updated install instructions for newshub/newsroom
Nov 9, 2020
If you try and install newsroom using pip (python2.x) you will eventually get an error saying it cannot install planning as it needs python 3. So install pip3 (and python 3) in order to make this work.
Also:
I had to run this command (prior to get the pip3-message):
pip install --upgrade setuptools
(which could be just because I had a newly installed box)
The text was updated successfully, but these errors were encountered: