-
Notifications
You must be signed in to change notification settings - Fork 24
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
Installation error limits.h #49
Comments
cc @prerna135 |
As I suggested in automl/fanova#74 it might be due to the wrong gcc version. |
I managed to install |
cc @abhinavs95 |
I also had problems installing on my Mac, but the comment by @prerna135 solved the problem also for me. This should be in the user manual (I am happy to provide a PR) |
Worked for me too, used solution by @prerna135 |
It installed and compiled without throwing errors. Now I hope it also works. I tried: pipenv shell # activate virtualenv
ipython # launch ipython
In [1]: import autosklearn.classification
/Users/vito/.local/share/virtualenvs/python-Z0GfkDos/lib/python3.7/site-packages/pyparsing.py:3172: FutureWarning: Possible set intersection at position 3
self.re = re.compile(self.reString)
/Users/vito/.local/share/virtualenvs/python-Z0GfkDos/lib/python3.7/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release.
from numpy.core.umath_tests import inner1d and I hope everything's fine 😅 'cause I can't understand what it means |
Installed swig, cmake, gcc in conda, however we get the following error:
Did someone encounter this problem before? Conda version is 4.5.X
The text was updated successfully, but these errors were encountered: