-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Is "colour-demosaicing" available in Anaconda? #15
Comments
Hi @mrgransky, You should actually install Cheers, Thomas |
Oh sorry, this one is not on Conda! Pip only! |
is there any workaround for this ? |
Oh, I see now!
|
tnx dude!
Appreciate ur help! |
Can you double-check that the package is effectively being installed in |
So it is working, right? |
yes 👍 |
Glad to hear! :) Closing this one then! |
I would like to use
colour_demosaicing
in my python script as follows:from colour_demosaicing import demosaicing_CFA_Bayer_bilinear as demosaic
I installed
colour-science
withconda install -c conda-forge colour-science
but I get the following error:Is there any other package library I should install in conda env to import
colour_demosaicing
?The text was updated successfully, but these errors were encountered: