Giter Club home page Giter Club logo

Comments (5)

slowkow avatar slowkow commented on May 26, 2024

Hi @VivianQM , thanks for reporting an issue.

Here is a post from stackoverflow that looks like it might be related to your error:

https://stackoverflow.com/questions/74569163/lazyppredict-attributeerror-nonetype-object-has-no-attribute-split

When reporting issues with software, it is good practice to share your operating system version, python version, and all package versions.

I have an inkling that your system might not have OpenBLAS installed, so that might be why you're seeing this error message:

File ~/anaconda3/lib/python3.10/site-packages/threadpoolctl.py:646, in _OpenBLASModule.get_version(self)
643 get_config = getattr(self._dynlib, "openblas_get_config",
644 lambda: None)
645 get_config.restype = ctypes.c_char_p
--> 646 config = get_config().split()
647 if config[0] == b"OpenBLAS":
648 return config[1].decode("utf-8")

AttributeError: 'NoneType' object has no attribute 'split'

If you use a search engine to find issues related to this error, you might find posts by others who have resolved this issue. Please consider sharing your solution here in this thread, if you find one.

from harmonypy.

VivianQM avatar VivianQM commented on May 26, 2024

Hi @slowkow,
Thanks for the quick reply!
I am using Jupyter Notebook on a Mac. Please let me know if you need certain package versions.
I installed OpenBLAS and the error remains. I also searched around but found nothing that could solve the problem. Any suggestions are appreciated!

Thanks again,
V

from harmonypy.

slowkow avatar slowkow commented on May 26, 2024

I found another related post:

https://stackoverflow.com/questions/71352354/sklearn-kmeans-is-not-working-as-i-only-get-nonetype-object-has-no-attribute

Does the error go away if you do this?

pip install threadpoolctl

You can check what version you have installed with this (on my machine I have 3.2.0):

python -c 'import threadpoolctl as t; print(t.__version__)'

from harmonypy.

VivianQM avatar VivianQM commented on May 26, 2024

That worked! Thank you so much

from harmonypy.

slowkow avatar slowkow commented on May 26, 2024

Great, thanks for sharing that it works. I hope others will find this solution in the future.

My conclusion is that an outdated version of the threadpoolctl Python package is the culprit of this issue.

from harmonypy.

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.