bjpop / gurita

A convenient and expressive tool for data analytics and plotting on the command line
MIT License
6 stars 3 forks source link

ImportError: DLL load failed while importing qhull: The specified module could not be found. #31

Closed hossam-houssien closed 2 years ago

hossam-houssien commented 2 years ago

env

bjpop commented 2 years ago

Thanks @hossam-houssien for the report.

I don't have access to a Windows machine to test this.

However, based on the error it looks like it might be related to a problem with installing scipy on Windows, see for example:

https://stackoverflow.com/questions/34253458/installing-scipy-package-in-windows

There are a few suggested solutions mentioned in stackoverflow that might help. Would you mind checking if any of those help you fix the problem?

Searching for the error also pointed to a number of GitHub issues for Python software on Windows that depends on scipy. Seems like it might be a common problem.

hossam-houssien commented 2 years ago

issue fixed by

bjpop commented 2 years ago

Great, thanks @hossam-houssien. I'm glad you have solved the problem. Thanks for reporting the solution. I will close this now.