Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

imutils conda installation on m1 macbook #267

Open
YileAllenChen1 opened this issue Feb 17, 2022 · 3 comments
Open

imutils conda installation on m1 macbook #267

YileAllenChen1 opened this issue Feb 17, 2022 · 3 comments

Comments

@YileAllenChen1
Copy link

I am working on a m1 macbook and wanted to install imutils. I need to use conda to install packages but it does not work. I tried conda install imutils and conda install -c conda-forge imutils but both give a package not found error.

Is there a solution to installing it on the m1 macs?

@srinathos
Copy link

srinathos commented Feb 18, 2022

I don't see an arm64 build on conda and that's why it fails. You should be able to install it using pip in your conda environment. If that fails, the repository has a setup.py that you can use: python setup.py --install

@lolikgiovi
Copy link

lolikgiovi commented Jan 3, 2023

Encountered the same problem and proceeded to install it using pip. Thanks for the solution! @srinathos

I don't see an arm64 build on conda and that's why it fails. You should be able to install it using pip in your conda environment. If that fails, the repository has a setup.py that you can use: python setup.py --install

@dustinfreeman
Copy link

I don't see an arm64 build on conda and that's why it fails. You should be able to install it using pip in your conda environment. If that fails, the repository has a setup.py that you can use: python setup.py --install

Sorry if this is a dumb question, but why wouldn't conda have a build for this?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants