Giter Club home page Giter Club logo

laugh-finder's Issues

Symbol not found: ___addtf3

Hi Guys,

Anyone seen this error ? How did u fix it?

ImportError: dlopen(/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/_fblas.cpython-36m-darwin.so, 2): Symbol not found: ___addtf3
Referenced from: /Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/../.dylibs/libquadmath.0.dylib
Expected in: /usr/local/lib/libgcc_s.1.dylib
in /Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/../.dylibs/libquadmath.0.dylib
(laughenv) rockmac:python-training rock$ python3 main.py
Traceback (most recent call last):
File "main.py", line 6, in
from file_feature_extraction import file_feature_extraction
File "/Users/rock/laugh/laugh-finder/python-training/file_feature_extraction.py", line 1, in
import scipy.io.wavfile as wavfile
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/io/init.py", line 97, in
from .matlab import loadmat, savemat, whosmat, byteordercodes
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/io/matlab/init.py", line 13, in
from .mio import loadmat, savemat, whosmat
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 12, in
from .miobase import get_matfile_version, docfiller
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/io/matlab/miobase.py", line 22, in
from scipy.misc import doccer
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/misc/init.py", line 53, in
from scipy.interpolate._pade import pade
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/interpolate/init.py", line 176, in
from .interpolate import *
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/interpolate/interpolate.py", line 20, in
import scipy.linalg
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/init.py", line 175, in
from .misc import *
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/misc.py", line 5, in
from .blas import get_blas_funcs
File "/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/blas.py", line 155, in
from scipy.linalg import _fblas
ImportError: dlopen(/Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/_fblas.cpython-36m-darwin.so, 2): Symbol not found: ___addtf3
Referenced from: /Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/../.dylibs/libquadmath.0.dylib
Expected in: /usr/local/lib/libgcc_s.1.dylib
in /Users/rock/laugh/laugh-finder/python-training/laughenv/lib/python3.6/site-packages/scipy/linalg/../.dylibs/libquadmath.0.dylib

Thanks
Rock

ValueError: embedded null character

Try to prepare files with README:

  1. Run main.py under the python-training folder
  2. In the GUI, click "Browse" next to "File with laughter audio file names"
  3. Select the file containing a series of paths to laughter training files
  4. Click "Browse" next to "File with non-laughter audio file names"
  5. Select the file containing a series of paths to non-laughter training files
  6. Click "Prepare" to generate a wekaFile.arff file within the same directory as main.py.

But I have an error:

File "C:\Users\...\Python\Python37\lib\site-packages\scipy\io\wavfile.py", line 544, in read
    fid = open(filename, 'rb')
ValueError: embedded null character.

How can I solve this problem?

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.