:h2o-py:buildDist
Traceback (most recent call last):
File "setup.py", line 5, in <module>
import h2o
File "/Users/swaldren/Documents/Development/code/gitrepo/h2o-3/h2o-py/h2o/__init__.py", line 7, in <module>
from .h2o import *
File "/Users/swaldren/Documents/Development/code/gitrepo/h2o-3/h2o-py/h2o/h2o.py", line 11, in <module>
install_aliases()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/future/standard_library/__init__.py", line 451, in install_aliases
__import__(newmodname)
ImportError: No module named reprlib
:h2o-py:buildDist FAILED
:h2o-py:buildDist took 0.328 secs
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':h2o-py:buildDist'.
> Process 'command 'python'' finished with non-zero exit value 1
# Start H2O
java -jar build/h2o.jar
run python, either from the command line or in a notebook
in python do:
import h2o
h2o.init()
and see if that works
Otherwise you don't have to build h2o yourself, you can get it prebuilt by following the download instructions for python here
cheers,
Lauren
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
pip install grip (see what happens if you do `pip show grip` and `pip3 show grip, repeat for the rest)
pip install tabulate
pip install wheel
pip install scikit-learn
And then one more question do the following commands work successfully for you?(if you're running tests)pip install scikit-learn pip install numpy pip install scipy pip install pandas pip install statsmodels pip install patsy pip install future
./gradlew syncSmalldata
./gradlew syncRPackagesIt's just after you do the below that it breaks?./gradlew clean ./gradlew build-x test
Thanks Lauren. I did follow the procedures (did not use home-brew but manually installed components) before migrating to the new laptop.Sounds like this error is not a common issue, so I will do some more digging.I understand that I can get the prebuilt and have been using that. Just wanted to be able to build from source. For me, it helps me understand the project much better and learn.Best,Steven
--
--
You received this message because you are subscribed to a topic in the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/h2ostream/QU-jaqH4vF4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to h2ostream+...@googlegroups.com.
pip install-Ugrip pip installwheel pip install-Uscikit-learn-Upip install -U requests pip install -U tabulate pip install -U future pip install -U sixpip installnumpy pip install-Uscipy pip install-Upandas pip install-Ustatsmodels pip install-Upatsy pip install-Ufuture-U
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
Requirement already up-to-date: Markdown>=2.5.1 in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from grip)
Collecting Flask>=0.10.1 (from grip)
Downloading Flask-0.11.1-py2.py3-none-any.whl (80kB)
100% |████████████████████████████████| 81kB 1.9MB/s
/Users/swaldren/Documents/Development/code/gitrepo/h2o-3/h2o-py/h2o/__init__.py:h2o-py:setProjectVersion took 0.011 secs
:h2o-py:buildDist
Traceback (most recent call last):
File "setup.py", line 5, in <module>
import h2o
File "/Users/swaldren/Documents/Development/code/gitrepo/h2o-3/h2o-py/h2o/__init__.py", line 7, in <module>
from .h2o import *
File "/Users/swaldren/Documents/Development/code/gitrepo/h2o-3/h2o-py/h2o/h2o.py", line 11, in <module>
install_aliases()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/future/standard_library/__init__.py", line 451, in install_aliases
__import__(newmodname)
ImportError: No module named reprlib
:h2o-py:buildDist FAILED
:h2o-py:buildDist took 0.309 secs
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':h2o-py:buildDist'.
> Process 'command 'python'' finished with non-zero exit value 1