python3

  1. hishnik

    Solved Install package to Installation ISO environment?

    Hello. I'm trying to make custom FreeBSD install on VPS from installation ISO. All installation steps are available in ansible playbook, but it needs python interpreter installed. That's how I run sshd there: #!/bin/sh mkdir /tmp/etc mount_unionfs /tmp/etc /etc echo...
  2. NapoleonWils0n

    yt-dlp install the latest version on freebsd

    Freebsd install the latest version of yt-dlp even if you are running quarterly packages. Quarterly packages are released every 3 months which means the version of yt-dlp will be quite old freebsd yt-dlp latest release install...
  3. 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...
  4. S

    Solved Issue with ZFS remote replication of snapshots...

    I am trying to write a script in Python 3.7 that will run at night and keep an exact replica of a source ZFS pool on a remote machine, all datasets and snapshots included. Of course, it has to an incremental replication. I know for one thing that I can use the subprocess module, but that has...
  5. coyote_zed

    Python Issue with python pip search functionality

    I seem to be having issues with python's pip search functionality, and I'd like to see if there is a workaround before submitting a bug. When I try to run: pip search 'any search paramater' I get the following error message: ERROR: Exception: Traceback (most recent call last): File...
  6. W

    py-watchdog/watchmedo broken in FreeBSD?

    I played with watchmedo and renamed files, I got no output. So I tried on my Raspberry, there it works: weberjn@pi:~/watcht $ watchmedo shell-command --patterns='*.part' --command='echo "${watch_src_path} ${watch_dest_path}"' ./x.zip.part ./x.zip ./x.zip ./x.zip.part ./x.zip.part ./x.zip On...
  7. P

    llvm port cannot find python3 on the system

    I am trying to build qemu-devel from source so I go: /usr/ports/emulator/qemu-devel/ # make config-recursive && make -DBATCH install clean it goes on until it fails here: ===> llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified. *** Error code 1 Stop. make[5]: stopped in...
  8. K

    Python3 Upgrade routine with pip packages

    Hey guys, I have a jail which depends on Python3 with some packages I have installed via pip. With every major upgrade of Python3 I have to reinstall all packages via pip which itself has to be installed via '-m ensurepip'. Is there some better routine to upgrade Python3 as this is prone to...
  9. J

    Python Python 3 selectors.select() fails for named pipes

    After getting my code running "properly" under Mac OS X and Python 3.6, I moved it over to a jail on FreeBSD 11.1-RELEASE-p1 and python36-3.6.1_4 and found that selectors.select() would block as expected until the first data was written to and read from the pipe, but then no longer block...
  10. A

    Not much love for Python3 Ports?

    I noticed that the Ports Collection and PKG binary repositories contain an abundance of libraries for Python2.7.x (denoted py27-* usually), however a lot less for Python 3.x.y. Off the top of my head I can think of at least 2 reasons for this trend: 1) Python 3 is a moving target and one would...
  11. M

    How to install chromedriver on FreeBSD

    Hi there people. I've been searching Google up and down without results on how to install chromedriver on FreeBSD for selenium in python. The last thing I found was use linux_base but I cannot install that as when I try kldload linux it says operation not permitted. It's a rented shell so I...
  12. A

    ftp server socket listen backlog is limited - "listen backlog limit Vs kernel maxfile limit"

    From ftp server code, we are limiting the connections to1024 (s.listen (1024) call), but when I do the sockstress tool test it overflowing the listen backlog limit to 12000+ connection. So my system reaching the kern.maxfile limit. Overflow scenario is Vulnerable to the system with sockstress...
  13. Y

    Matplotlib python3 anyone?

    Hi, has anyone managed to actually build the math/py-matplotlib port with some version of python 3? The history on freshports mentions that some time ago it couldn't be built without human intervention due to some other ports build failures. Unfortunately I can't find any description on how to...
  14. PetriR

    Trouble with Python and postfix-policyd-spf-python

    I used to have postfix-policyd-spf-python working fine with my FreeBSD 9.3 box and Python 2.7. Then some update introduced py3dns to the mix and my setup broke, since py3dns requires Python 3. Well, I thought, I'll update Python while I am at it. I can't get it to work. My Python appears to be...
  15. quamenzullo

    Solved lxml and python3

    Hello! Is there any port or package that enables to import the lxml library in python3? py27-lxml and devel/py-lxml are both python2 libraries. Couldn't find anything for python3.
Back
Top