pip

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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