python-module

  1. GlitchyDot

    Python We have Python 3.12 already in FreeBSD - how long it takes to build modules for it ?

    I see FreeBSD already rolled out Python 3.12 , how quickly modules are build for it ? like py-cffi, py-cairocffi they are all 3.11 and will be there 311 versions or once 312 build - 311 will be removed ?
  2. L

    Solved Python cannot install module maturin: Preparing metadata (pyproject.toml) did not run successfully.

    Hello, I am trying to install the Python module python-jose[cryptography] but the installation fails while building dependencies. I'm not sure if the problem is with Python pip and the package, or with a missing FreeBSD pkg (or port). I'm running this in a venv with Python 3.11.11. The big clue...
  3. Nick-6

    Solved How to properly install and use python modules in FreeBSD?

    Hello, I'm a newbie in both FreeBSD and programming. I'm now taking CS50 and trying to write code in VSCode. I would like to know how to properly install python modules. pip install <python-module> or doas pkg install py38-<python-module> And in case if there is no pkg version, what should I...
Back
Top