-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Exit code 1 while pip installing library #1675
Comments
I guess the project is probably dead now |
It's because of the new Cython release a few days ago, and its incompatibility with older scikit-learn. Workaround for now is to
This answer does both of those. |
Using Python 3.9 solves the issue as well |
Hii can you help me please? |
Hii iam trying to user python3.9 on google colab, did you try it? |
Did you try restarting the kernel after installing auto-sklearn? |
I do not use ipython or jupyter notebooks, only command line on Ubuntu 22.04 in a venv. Must be something else in your configuration that is causing the problem. |
So when usign ubuntu even python3.10 works fine, only on google colab that does not work |
after using restart runtime the session crash. can see my notebook here |
And thank you both @jfprieur and @eddiebergman for helping |
Don't uninstall |
i have a a way to fix it, thank you all and thanks for @AmirAlavi to point it out in other issue. https://colab.research.google.com/drive/1BXXdGaJX_HxOL-jaL747s_BLYAjPvmCH?usp=sharing |
Thanks to all for the help.
El dom, 27 ago 2023 a la(s) 18:10, eyalElb ***@***.***)
escribió:
… i have a a way to fix it, thank you all and thanks for @AmirAlavi
<https://github.com/AmirAlavi> to point it out in other issue.
https://colab.research.google.com/drive/1BXXdGaJX_HxOL-jaL747s_BLYAjPvmCH?usp=sharing
—
Reply to this email directly, view it on GitHub
<#1675 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZK3A6WBYNYND5ZEBOCIVLXXOZU3ANCNFSM6AAAAAA2OHYXPM>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Mg.Ing. Gabriel Novillo Rangone.
Profesor Adjunto. UNVIME.
|
Thanks to Amir's comment, my install succeeded with:
|
No, I understand why, but Google Colab stopped working for me, it sends the
same error as before. Someone has an explanation. Thank You.
El sáb, 7 oct 2023 a la(s) 12:25, Shellcat-Zero ***@***.***)
escribió:
… Thanks to Amir's comment, my install succeeded with:
pip install auto-sklearn --no-build-isolation
—
Reply to this email directly, view it on GitHub
<#1675 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZK3A2HQBH2ZD4FBI3GQL3X6FX6RAVCNFSM6AAAAAA2OHYXPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRG4ZTQMRXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Mg.Ing. Gabriel Novillo Rangone.
Profesor Adjunto. UNVIME.
|
@Shellcat-Zero hi, do you use this |
@stupidoge I'm not using colab (just my own Linux environment), but I am using python 3.10. After running into various bugs in auto-sklearn, and finding out that there is major (unreleased) refactoring work going on to fix issues in it, I've since moved on Python FLAML for the same use cases. |
@gabrielnovillorangone Hi sir, did you solve that problem? |
No not yet, thanks for asking Kai. This is the error it gives me.
[image: image.png]
El mié, 15 nov 2023 a la(s) 13:40, Kai ***@***.***) escribió:
… @gabrielnovillorangone <https://github.com/gabrielnovillorangone> Hi sir,
did you solve that problem?
—
Reply to this email directly, view it on GitHub
<#1675 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZK3A7NFQWVKVGUOHJXWXDYETV6XAVCNFSM6AAAAAA2OHYXPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJSHA4DGNJTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Mg.Ing. Gabriel Novillo Rangone.
Profesor Adjunto. UNVIME.
|
facing the same issue:
os:
kernel:
python version:
|
Describe the bug
Library not installing, while installing with
pip install auto-sklearn
To Reproduce
Steps to reproduce the behavior:
pip install auto-sklearn
(python 3.10)Expected behavior
The library should have got installed
Actual behavior, stacktrace or logfile
Environment and installation:
python 3.10
Please give details about your installation:
The text was updated successfully, but these errors were encountered: