-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run examples #468
Comments
Hi @dipterix ! Hopefully you were able to solve this issue for your use case ! As I just ran into the same issue myself, I wanted to note my solution. In a miniconda environment, I was able to install
In the conda environment in which I had already installed
|
Thanks for the help @emdupre! dlib is a bit of a heavy requirement and occasionally has issues. I will check dlib's repo to see if this issue has been spotted there. |
Oh: This is potentially a macos specific issue. I just tried installing dlib on Ubuntu 22.04 and it worked fine. My guess is that OSX does not ship with CMake, and therefore you can't build the wheel. |
hello!
and
I used miniconda, MacOS Monterey, tried both python 3.7 and 3.10. Thanks for the help in advance! |
Can you try the following:
What is the variable
It's hard for me to imagine a scenario outside of librosa not being probably installed, as pliers simply tries to import and if it can't it throws an error. |
hello, I did
and got
seems reasonable. Then I got different errors for
for
got
|
Strange. This indicates that we can import those libraries, but for whatever The only thing I can't think of is that this is a Python 3.10 issue, since I'm running 3.9 |
I'm working on fixing CI tests here; #486 |
hello, I just created a python=3.9 conda env and ran into the same issues I've had above. hmmm, maybe something wrong with my MacOS? |
It is very unusual, and possible something is strange w/ your path such that it's not loading libraries correctly. There is a docker image available if you want to try that instead: https://github.com/PsychoinformaticsLab/pliers/pkgs/container/pliers |
yes! this docker image works! Thanks a lot! |
Hi,
I was trying to install and run examples on my machine, but encountered this error. I used
pip3
to install.The text was updated successfully, but these errors were encountered: