python 311

  1. 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...
  2. pasteldepepino

    I can't install pygamezero on python 3.11 using pip

    Hello, I am trying to install a python library called pygamezero on python 3.11 using the pip tool but everytime i try installing i get the following error: $ pip install pgzero Defaulting to user installation because normal site-packages is not writeable Collecting pgzero Using cached...
  3. dl8dtl

    py-cryptography: cryptography.hazmat.bindings._rust crashes Python interpreter

    Since some recent update (sorry, can't nail it down more exactly), py-cryptography crashes the Python interpreter here. I could nail it down to % python3.11 Python 3.11.10 (main, Nov 3 2024, 08:40:35) [Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2 on freebsd13...
  4. hishnik

    synth move to python 3.11

    Hello. I'm looking for instructions analog of switching python to default 3.11 version with synth tool: In /usr/ports/UPDATING there are commands for portmaster: For portmaster users: # sh # portmaster -o lang/python311 python39 # REINSTALL="$(pkg info -oq '*py39*')" # pkg delete -f...
Back
Top