Git Product home page Git Product logo

Comments (5)

dpwe avatar dpwe commented on August 16, 2024 1

Great, thanks for checking!

from audfprint.

traceypooh avatar traceypooh commented on August 16, 2024

Yes, seeing something like this in last month (slightly different).
Moving our install/setup on to python3 for me seems to be working as workaround so far
(knocks on wood ;-)

from audfprint.

dpwe avatar dpwe commented on August 16, 2024

I just removed librosa as a dependency, which I'm hoping will fix this. I don't have access to a 16.04 machine - can you check?

from audfprint.

traceypooh avatar traceypooh commented on August 16, 2024

so using python3 and ubuntu xenial/16.04 there seems to be no issue (just reconfirmed from scratch setup with):

docker run --rm -it ubuntu:xenial

apt-get update
apt-get install -y  ffmpeg  frei0r-plugins  git  python3  python3-scipy  python3-pip  python3-matplotlib  software-properties-common  wget  libfreetype6-dev  libpng-dev  pkg-config
  apt-get install -y libsamplerate-dev;  # this allows us to *not* need mega-nerd/SRC.. (identical now)

  git clone https://github.com/dpwe/audfprint.git /audfprint

  # it uses python3 so ensure pip pkg installs go to python3 not 2 (thanks @mek !)
  python3 -m pip install --retries=6 -r /audfprint/requirements.txt


  # run it once to get this over with: ;-)
  #     Matplotlib is building the font cache using fc-list. This may take a moment.
  set +e
  python3 /audfprint/audfprint.py
  set -e

Did you want me to test with python(2.7) though?

from audfprint.

traceypooh avatar traceypooh commented on August 16, 2024

python2 seems to work too.

docker run --rm -it ubuntu:xenial

apt-get update
apt-get install -y git python python-pip
git clone https://github.com/dpwe/audfprint.git /audfprint
python -m pip install -r /audfprint/requirements.txt
python /audfprint/audfprint.py

seems to work just fine

from audfprint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.