pip

  1. 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...
  2. NapoleonWils0n

    Firefox 130 picture in picture mode auto open on tab switch

    Firefox 130 has a new feature for Picture in Picture mode Enable Picture-in-Picture on active videos when switching tabs. which you have to enable in the settings / Firefox labs https://www.omgubuntu.co.uk/2024/08/firefox-nightly-makes-picture-in-picture-mode-much-easier-to-use the way it...
  3. 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...
  4. 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...
  5. NapoleonWils0n

    Firefox 72 picture in picture video working on Freebsd

    Hi Just a head up that Firefox 72 picture in picture video is working on Freebsd Open a video on youtube click the blue icon that appears on compatible video players/embeds. This makes the video “pop out” in to its own floating player frame which you can resize and reposition on your screen...
  6. NapoleonWils0n

    Chromium 73 picture in picture video now working

    Chromium 73 has just been released today and picture in picture mode for video is now working To use pip right click on a video playing on youtube twice, the second time you right click you will see a picture in picture option which will pop the video out of the browser window If you are...
  7. NapoleonWils0n

    chromium 71 is out picture in picture crashes

    Hi All Chromium has finally been updated from version 68 to 71. So I thought I'd try out the picture in picture, basically on a youtube page you right click twice on the video and then you get an option to open the video in PIP mode. That then opens the video in its own window which then...
  8. F

    matplotlib in python 2.7 virtualenv on FreeBSD 11

    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...
Back
Top