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...
Hi there,
I'm currently experimenting with lldb and wanted to try out its python-API.
So, I followed the tutorial on the lldb website.
However, when trying to import the script into the python interpreter, I'm getting an error message:
>>> import tree_utils
[string "buffer"]:1: syntax error...
I'm trying to update mail/mailman3 port to 3.3.5
It requires updating a few ports it depends on, including mail/py-aiosmtpd and www/py-falcon.
After updating py-falcon to 3.0.1 and running make install I get:
pkg-static: py38-falcon-3.0.1 conflicts with py38-aiosmtpd-1.2_1 (installs files...
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...
This could possibly go in the scripting topic.
According to these folks (jfrog.com) and to quote:
https://jfrog.com/blog/malicious-pypi-packages-stealing-credit-cards-injecting-code/
This is an on-going issue with repositories (and has been since Perl years ago) and languages that are based...
My ansible role looks like this:
---
- name: Download supervisord
pkgng:
name:
- py37-supervisor
state: present
After executing this role, it returns
fatal: [1.2.3.4]: FAILED! => {"changed": false, "msg": "failed to install py37-supervisor: ", "stderr": "pkg: No packages...
I ended up in a python37/python38 hell. Dependencies on one removes the other and vice-verse.
My poudriere blacklist-file.
net/samba412
lang/python2
lang/python27
lang/python37
www/qt5-webengine
My make.conf
DEFAULT_VERSIONS+=python=3.8
DEFAULT_VERSIONS+=python3=3.8
Should i revert to python...
I'm struggling to understand what the "correct" way for handling python flavors is.
I'm attempting to port some software that depends on py-qt5; on amd64, there's a binary packages for py37-qt5 only at the moment. So, I figured I'll make my port USE=python:3.7.
However, I hit a snag when I...
I am trying to write an rc.d script to start and stop a (Python) script. Starting the command seems to be working, but stopping it is not yet the way I want.
My goal is to ensure the script receives a SIGTERM signal when it should shut down; that seems not to be the case; I think only the...
Recently updated to 2020Q3. I seem to be having issues with Python ports as I upgrade.
# portmaster -D -G -g --no-confirm comms/py-pyserial
(Snip)
===> Creating unique files: Move MAN files needing SUFFIX
===> Creating unique files: Move files needing SUFFIX
Move: bin/miniterm.py -->...
I'm upgrading Perl as advised in UPDATING using the following:
portmaster -bdgyf `pkg shlib -qR libperl.so.5.28`
which re-builds net-snmp
which re-builds mysql
which re-builds cmake
which requires python
which requires py37-sphinx
I have python2.7 installed already (and therefore sphinx)...
Greetings,
Hopefully I am posting in the right place, if not please let me know!
The goal is to run a python framework (odoo) as a service via daemon inside a jail. The topology is as follows:
[Internet] --> [Host] -- (pf)--> [Jail with HAProxy] --> [Jail with Odoo]
For reference, I am using...
Hello! I would like some advice on how to port a command-line program that is written in Python.
I have a program that runs on the command-line, and is written entirely in Python. It can be built against Python 2.7 or 3.4+ with no problems. It is distributed via PyPi, so I have started...
Hello everyone,
I am trying to port python-vlc to FreeBSD (in order to port castero, a nice TUI podcast client). Here is my Makefile.
# $FreeBSD$
PORTNAME= vlc
PORTVERSION= 3.0.6108
CATEGORIES= python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}...
Hi Forum
I am trying to install matplotlib in a Python 2.7.15 virtualenv (created using virtualenvwrapper) on FreeBSD 11-RELEASE system.
It seems that I am running in a somewhat known problem with the installation of numpy (cf. the edit in post #3 of "Matplotlib python3 anyone?" [1]).
After a...
Hello all,
I'm looking to deploy a Django application onto a FreeBSD 11.1 server, I've read a number of articles about using www/py36-gunicorn to provide the communications between www/nginx and Django, and brief trials appear successful.
I'm now looking to make a service that I can service...
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.