[tor-commits] [ooni-probe/master] Bug: add notes to uninstall/downgrade Twisted via pip

art at torproject.org art at torproject.org
Fri Nov 20 14:41:59 UTC 2015


commit c35d1f639ba987dded61073e94dfbd8cc68ef702
Author: anadahz <kojgelo at inbox.com>
Date:   Fri Sep 11 10:15:28 2015 +0200

    Bug: add notes to uninstall/downgrade Twisted via pip
    
    pypi ooniprobe requirements installs the latest version of Twisted Currently
    due to a bug in Twisted ooniprobe requires with Twisted versions >=12.2.0 and
    <=14.0.0
---
 README.rst |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.rst b/README.rst
index 2934c20..66b712c 100644
--- a/README.rst
+++ b/README.rst
@@ -60,6 +60,12 @@ On unix systems::
 
     sudo pip install ooniprobe
 
+**BUG** Note: Twisted version needs to be >=12.2.0 and <=14.0.0
+unistall/downgrage Twisted::
+
+    sudo pip uninstall Twisted
+    sudo pip install 'Twisted>=12.2.0,<=14.0.0'
+
 To install it from the current master run::
 
     sudo pip install https://github.com/TheTorProject/ooni-probe/archive/master.zip





More information about the tor-commits mailing list