python

  1. NapoleonWils0n

    Python The sad state of Python on Freebsd

    Python on Freebsd is in a bit of a sorry state For work i have been trying various methods to install ComfyUI https://github.com/comfyanonymous/ComfyUI Vermaden wrote a guide a couple years ago for installing Stable Diffusion on Freebsd https://github.com/verm/freebsd-stable-diffusion...
  2. 3301

    Other Tests getting stuck in pipdwt state.

    I'm running gitlab-runner instance on FreeBSD14.2. It builds without a problem but when tests are run, one or two (always the same) of them get stuck in "pipdwt" state. They are run concurrently (by python based driver), in my case 24 (threads) at once. Both produce rather big output (stdout)...
  3. NapoleonWils0n

    Freebsd Python Torch packages and virtual environments ?

    id like to install ComfyUI on Freebsd for work however it requires python torch and i dont think there are any binaries for freebsd to download torch with pip using pip to install torch on Freebsd or in a linux jail will return this error ERROR: Could not find a version that satisfies the...
  4. mmx

    Poudriere with Overlays: overriding Makefile variables

    Hi, I am testing out repository overlays with Poudriere and have come across a minor roadblock when building the Python 3.12 package along with a custom Mk/Uses/python.mk file. I have successfully built Python 3.12 through Poudriere before when the Port was located at /usr/ports/lang/python312...
  5. nxjoseph

    Solved Python port doesn't produce executable binary

    Hi. I am creating a port that's written in python. IIRC, i was able to run it before but i don't remember how i was able to run the executable binary. Now, it doesn't even seem to create a executable binary. There is __init__.py in source code root but i don't think i should move this as a...
  6. ted-singleton

    I'm unable to install Pandas on FreeBSD 13.4 through pip for Python 3.10

    We're trying to set up a new FreeBSD 13.4 server, and have run into some issues installing the Python packages we need. We saw a similar issue with NumPy, but were able to work around it by installing an older version. The server started at FreeBSD 13.0 and was immediately upgraded to 13.4. The...
  7. DaLynX

    Solved csh ignores PATH?

    Hello, I just met some behaviour I do not understand with /bin/csh : Create a python venv: python3 -m venv --system-site-packages myvenv Activate it: source myvenv/bin/activate.csh Check PATH, /usr/home/myuser/myvenv/bin is before /usr/local/bin Install a python module that comes with...
  8. nxjoseph

    Poudriere gives Error: Filesystem touched during build

    Hi. I am getting build_fs_violation error while trying to test the port. =>> Checking for filesystem violations... done =>> Error: Filesystem touched during build: extra: usr/local/lib/python3.11/site-packages/blueprintcompiler/language/__pycache__ extra...
  9. axel.edstrom

    I can not run Python

    So, I'm pretty new to FreeBSD and got a task to make a game in Python. I have installed Python and got a file saying "Run python" within my applications in KDE Plasma, but when I press it nothing happens. How do you set it up and get it running? Or did I install it in the wrong way?
  10. kitzo57

    Python PyQt5

    Hi! Can I install PyQt5 on FreeBSD? I need to know before changing my OS. Thank you!
  11. E

    Python (and php etc.) default version

    We use poudriere to build packages for 80+ VM's. Currently we set the default versions for python, php, postgresql, mysql and bdb explicitely. Our default python version in poudriere is 3.9. We did this originally for python and php because there was some problem during an upgrade one time, I...
  12. L

    Python39 poudriere build failure /usr/local/lib/libcrypto.so.12 not found

    I'm getting the following error when building lang/python39: ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> python39-3.9.19 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-2.2.0,1.pkg [13-default-job-01] Installing...
  13. decuser

    How to install a virtual Python environment

    You probably don't want to mess with your system Python environment as that can lead to system instability. You probably do want to use multiple versions of Python if you are developing in Python. This note is a very quick note on getting a virtual instance of Python up and running using the...
  14. vukodlak

    Bash Python script I made to create a menu in the terminal window

    Thought maybe some other ppl people might appreciate this. I just use it for common commands instead of using aliases. I bound it to the m key to start it up. Easy to edit for your own commands. #!/usr/bin/env python3 import curses import subprocess import os def main(stdscr)...
  15. 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...
  16. DtxdF

    Python Python With Appjail | FastAPI

    Hi, I share this post from my (new) blog to show how to use AppJail and its Makejails to develop an API using FastAPI. Python With Appjail | FastAPI
  17. goshanecr

    Port request : security/radicale-dovecot-auth and security/radicale-imap-auth

    Hi Friends! Can anyone having time to generate ports to these python plugins? They needed for using with www/radicale: - security/radicale-dovecot-auth - security/radicale-imap-auth Thanks!
  18. Aroflote

    Why do I get "Module not found" after python installation in venv?

    Hello Goal My goal is to set up a Python application in a virtual environment in FreeBSD, and run it from there. Setup I have created the virtual environment, activated it, installed pip within this and ran pip install -r requirements.txt The installation went well, and I could list out all...
  19. First_Law_of_Unix

    How to Install Caffe (Deep Learning Framework)?

    Hello, I'm trying to build Caffe from it's github source (This is the OpenCL version of Caffe): https://github.com/BVLC/caffe/tree/opencl Getting the following error after doing: cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON...
  20. E

    py-jmespath: Unknown flavor 'py39', possible flavors: py38

    I'm using poudriere to build my packages. My DEFAULT_VERSIONS looks like this: DEFAULT_VERSIONS+= php=7.4 python=3.8 python3=3.8 pgsql=14 mysql=10.3m bdb=18 I have devel/py-jmespath@py38 and devel/py-jmespath@py39 both in my buildlist. devel/py-jmespath@py39 fails to build with the error from...
Back
Top