crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 275 forks source link

urllib3 dependency version conflict #1586

Closed oberstet closed 5 years ago

oberstet commented 5 years ago
requests 2.21.0 has requirement urllib3<1.25,>=1.21.1, but you'll have urllib3 1.25.2 which is incompatible

from: https://github.com/crossbario/crossbar/blob/5dd2de32fcfbf8ac5e14c9c3e80d973603a4e735/requirements-min.txt#L40

oberstet commented 5 years ago
Step 23/32 : RUN /usr/local/bin/crossbarfx master version
 ---> Running in d943849cb0fa
/usr/local/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
oberstet commented 5 years ago

eg on the exe build:

(cpy373_1) oberstet@intel-nuci7:~$ wget https://download.crossbario.com/crossbarfx/linux-amd64/crossbarfx-linux-amd64-20190513-ee1088c
--2019-05-13 18:11:51--  https://download.crossbario.com/crossbarfx/linux-amd64/crossbarfx-linux-amd64-20190513-ee1088c
Auflösen des Hostnamens download.crossbario.com (download.crossbario.com) … 13.32.223.210, 13.32.223.143, 13.32.223.129, ...
Verbindungsaufbau zu download.crossbario.com (download.crossbario.com)|13.32.223.210|:443 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 43405808 (41M) [binary/octet-stream]
Wird in »crossbarfx-linux-amd64-20190513-ee1088c« gespeichert.

crossbarfx-linux-amd64-20190513-ee1088c                              100%[=====================================================================================================================================================================>]  41,39M  1,44MB/s    in 30s     

2019-05-13 18:12:21 (1,40 MB/s) - »crossbarfx-linux-amd64-20190513-ee1088c« gespeichert [43405808/43405808]

(cpy373_1) oberstet@intel-nuci7:~$ chmod +x crossbarfx-linux-amd64-20190513-ee1088c
(cpy373_1) oberstet@intel-nuci7:~$ sudo mv crossbarfx-linux-amd64-20190513-ee1088c /usr/local/bin/crossbarfx 
[sudo] Passwort für oberstet: 
(cpy373_1) oberstet@intel-nuci7:~$ which crossbarfx
/home/oberstet/cpy373_1/bin/crossbarfx
(cpy373_1) oberstet@intel-nuci7:~$ deactivate 
oberstet@intel-nuci7:~$ which crossbarfx
/snap/bin/crossbarfx
oberstet@intel-nuci7:~$ /usr/local/bin/crossbarfx master version

/tmp/_MEIc6YCZO/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!

    :::::::::::::::::
          :::::          _____                 __              _____  _______
    :::::   :   :::::   / ___/______  ___ ___ / /  ___ _____  / __/ |/_/ ___/
    :::::::   :::::::  / /__/ __/ _ \(_-<(_-</ _ \/ _ `/ __/ / _/_>  </ /__
    :::::   :   :::::  \___/_/  \___/___/___/_.__/\_,_/_/   /_/ /_/|_|\___/
          :::::
    :::::::::::::::::   Crossbar.io Fabric XBR Center v19.5.1 [20190513-ee1088c]

    Copyright (c) 2013-2019 Crossbar.io Technologies GmbH. All rights reserved.

 Crossbar.io        : 19.5.1
   txaio            : 18.8.1
   Autobahn         : 19.5.1
     UTF8 Validator : autobahn
     XOR Masker     : autobahn
     JSON Codec     : stdlib
     MsgPack Codec  : msgpack-0.6.1
     CBOR Codec     : cbor-1.0.0
     UBJSON Codec   : ubjson-0.13.0
     FlatBuffers    : flatbuffers-?.?.?
   Twisted          : 19.2.0-EPollReactor
   LMDB             : 0.94/lmdb-0.9.22
   Python           : 3.7.1/CPython
 CrossbarFX         : 19.5.1
   NumPy            : 1.15.4
   zLMDB            : 19.4.1
   XBR              : 19.2.2
 Frozen executable  : yes
 Operating system   : Linux-4.15.0-48-generic-x86_64-with-debian-buster-sid
 Host machine       : x86_64
 Release key        : RWS2VBAg82a+ff39Eo4xC0eZzAEjlRf9EKmQ/mSibc0/ZvYXBrQL/2FI

oberstet@intel-nuci7:~$