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...
One of the pre-requisites for salt-api to work is installing cherrypy. Currently salt is using python38 while the latest cherrypy package uses python39. I have both installed however when I run salt-api with debug logging I see the following error
[ERROR ] Not loading...
Hello!
I've seen that the port has been tried by a FreeBSD community member:
https://github.com/pytorch/pytorch/issues/28749
Is there anyone who knows if there exits a port of PyTorch or could make it work otherwise on FreeBSD?
Many thanks!
Hi guys :)
I'm new to FreeBSD and need a quick help (no coding, just info and maybe easy testing) to "port" my app to FreeBSD.
The topo:
My app exists on several packages: PyPI, Snap, Flatpak.
It's a python app using ncurses and sqlite3.
The app is of course free and under GPL3...
I use python310 as system default (/etc/make.conf). When I try to build node16 from ports it tries to build and install dependant python38 port.
I have already HATED python! All packages try to install ALL versions of python to my system at the same time!!! When will this stupid python language...
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.