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...
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)...
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...
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...
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...
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...
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...
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...
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?
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...
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...
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...
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)...
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...
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!
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.