python 3

  1. A

    freeipa client

    Hi all, I am trying to configure the freeipa client on freebsd-14, I tried on freebsd13 as well with python 2.7.18 installed (I also tried with python 3.9) with both I get following error, can someone suggest/help ? root@test2:~ # ipa-client-install --hostname=test2.example.com --mkhomedir...
  2. codetrotter

    Unable to update python39 on Raspberry Pi

    I keep getting this error. Is the package itself broken? Even after I clean out /var/cache/pkg and run pkg upgrade again I get the same error [36/38] Fetching sqlite3-3.41.2,1.pkg: 100% 1 MiB 1.1MB/s 00:01 [37/38] Fetching glib-2.76.2,2.pkg: 100% 3 MiB 3.5MB/s 00:01...
  3. B

    Deluge does not start after update/upgrade command: TrueNAS Jail

    Hello first i wish to apologize if i post in wrong forum or category i am new to FreeBSD world and trying to learn more as i go. I am running TrueNAS Core with multiple jails that run Radarr, Sonarr, Deluge combination. On jail that runs Deluge i have this Free BSD version: FreeBSD...
  4. S

    Install Jupyterlab in python virtual env in FreeBSD 13

    Hi All, I am trying to install Jupyterlab on freebsd 13 using python virtual environment. Initially I ran into trouble. But searching online I was able to install it using; export C_INCLUDE_PATH=/usr/local/include/:${C_INCLUDE_PATH} export...
  5. HL1234

    textproc/gtk-doc/work/.../__pycache__/... No such file or directory

    t/usr/ports/textproc/gtk-doc/work/stage/usr/local/share/py38-gtk-doc/python/gtkdoc/__pycache__/__init__.cpython-38.opt-1.pyc:No such file or director /usr/ports/textproc/gtk-doc/work/stage/usr/local/share/py38-gtk-doc/python/gtkdoc/__pycache__/__init__.cpython-38.pyc:No such file or directory...
  6. K

    jails Question about configuring a docker image to jails.

    Hello! I am currently working on a project in python and i need to have a virtual environment from miniconda. Since there is no miniconda in freebsd i tried to install some packages that were listed onthe dependencies on my own at virtualenv. Well, long story short there are some packages...
  7. coyote_zed

    Python Issues with Python3 script using py37-matplotlib and py37-networkx

    I have a python3 script using the networkx and matplotlib libraries. An example sample is as follows: #! /usr/bin/env python3 import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt import networkx as nx if __name__ == '__main__': vertices = range(1, 10) edges =...
  8. andersbo87

    make checksum-recursive in java/openjdk12 results in fetching py-django111 using the wrong flavour (py36 instead of py27)

    I am trying to install java/openjdk12. As part of doing that, I prefer to run make checksum-recursive to fetch the required distfiles before attempting to install the port using ports-mgmt/portmaster (I prefer to download the required distfiles one by one rather than multiple ones at the same...
  9. ranvel

    'usem' State in `top` (dtrace help?)

    Hello! I'm working on a problem and I don't know how to find out more about it! I'm having an application that is hanging at a certain point on my production system and in top it is listed as usem (screenshot attached). If it is helpful, the processing that is hanging is part of a...
  10. R

    Python numba/npyufunc/omppool.cpp:5:10: fatal error: 'omp.h' file not found

    Experts, I am trying to install numba using pip inside a virtual python environment. I am encountering the following error: cc: numba/cuda/cudadrv/_extras.c cc -shared -lpthread -L/usr/local/lib -fstack-protector build/temp.freebsd-12.0-RELEASE-p2-amd64-3.6/numba/cuda/cudadrv/_extras.o...
  11. Sato

    virtualenv "Not found"

    Hi, I have setup a virtualenv with success on my FreeBSD with this command: virtualenv -p /usr/local/bin/python3 venv But when i want to activate the virtual environement with this command: source venv/bin/activate I obtain this response form terminal: /bin/sh: source: not found An idea of...
  12. J

    Python Python 3 selectors.select() fails for named pipes

    After getting my code running "properly" under Mac OS X and Python 3.6, I moved it over to a jail on FreeBSD 11.1-RELEASE-p1 and python36-3.6.1_4 and found that selectors.select() would block as expected until the first data was written to and read from the pipe, but then no longer block...
  13. Dan MacDonald

    Building pyqt5 against Python 3.x

    I have successfully (accidentally) managed to build pyqt5 from ports under HEAD against python 2 but I'm having no luck building it against python 3. In devel/py-qt5 I'm running: make PYTHON_VERSION=3.4 install but that command fails telling me py34-qt5-core>=5.7.1 is not found How do I...
Back
Top