Giter Site home page Giter Site logo

Comments (4)

david-cortes avatar david-cortes commented on May 26, 2024

Thanks for the bug report. That’s an interesting issue and didn’t know that macOS shipped its own blas library.

Could you check what’s the output from package findblas? (pip install findblas)

import findblas
findblas.find_blas()

from cmfrec.

ankane avatar ankane commented on May 26, 2024

Here's the output both locally and on GitHub Actions:

WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
WARNING: Package(s) not found: mkl
Traceback (most recent call last):
  File "/Users/runner/work/cmfrec_repro/cmfrec_repro/main.py", line 2, in <module>
    findblas.find_blas()
  File "/usr/local/lib/python3.9/site-packages/findblas/__init__.py", line 438, in find_blas
    flags_found += found_syms[1]
TypeError: 'NoneType' object is not iterable

https://github.com/ankane/cmfrec_repro/runs/1470735569?check_suite_focus=true

from cmfrec.

david-cortes avatar david-cortes commented on May 26, 2024

Thank you. I've pushed a small update to findblas. Could you check again what does it output with version findblas==0.1.17 ?

from cmfrec.

ankane avatar ankane commented on May 26, 2024

Looks like that fixed it. Thanks! https://github.com/ankane/cmfrec_repro/runs/1470756707?check_suite_focus=true

from cmfrec.

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.