Shaare your links...
5132 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
2 results for tags virtualenv x
  • Cannot load library /home/fabien/pyenv/envp37/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so: (libxcb-util.so.1: cannot open shared object file: No such file or directory)
    Quand on veut lancer un utilitaire python3 lancé dans un virtual env sous debian 9 il y a un problème avec xcb.

    Il manque un liens symbolique dans le plugins Qt :
    ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /root/qb/.venv/lib/python3.7/site-packages/PyQt5/Qt/lib/libxcb-util.so.1
    Thu Jan 21 15:37:51 2021 - permalink -
    - https://github.com/qutebrowser/qutebrowser/issues/5905
    debian python qt virtualenv
  • pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available - Stack Overflow
    Note pour moi même:

    Se compiler un python 3 pour soit:

    $ wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz

    Ne pas oublier l'option --enable-shared

    $ tar -Jxvf Python-3.7.4.tar.xz
    $ cd Python-3.7.4
    $ ./configure --enable-shared
    $ make
    $ sudo make install


    Une fois qu'on a installé sa version de python officielle dans /usr/local/bin. Se mettre dans le répertoire ou l'on veut utiliser la version puis :
    $ virtualenv --python=/usr/local/bin/python3.7 envp37
    $ source envp37/bin/activate
    $ python -m pip install cocotb
    Tue Oct 8 11:19:56 2019 - permalink -
    - https://stackoverflow.com/questions/45954528/pip-is-configured-with-locations-that-require-tls-ssl-however-the-ssl-module-in
    cocotb flf python virtualenv
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.