-
Notifications
You must be signed in to change notification settings - Fork 125
pip install error #9
Comments
Interesting! Are you able to pip install other packages? Also, are you by chance running a Python 3 version of pip? (pip --version will tell you.) Right now, the installed version of Nucleus is Python 3 compatible, but the pip package is Python 2 only. We hope to fix that soon. |
Closing for now. Please re-open with version info if problem persists. |
I would like to be a beta tester of a python/pip 3 install of Nucleus. I was able to install a python 2.7 environment inside of Anaconda 3 (Anaconda 3 is an anaconda version and does not imply python 3 environments only). This may just be related to the number of batches. |
@ThomasColthurst is there any new information on when we can expect Nucleus to be available via pip for Python3 as well? Thanks! |
A Python 3 pip for Nucleus is probably a few weeks away. |
@ThomasColthurst Perfect! Thanks for quick response. Also one more question - will Nucleus be compatible with Tensorflow 2.0 in the near future? |
Thomas, Thank you very much |
@TimSmole -- yes. We have an upcoming Nucleus release that removes our dependencies on TensorFlow's Python code, and this will make it easy to use Nucleus with whatever version of Tensorflow you want. (Nucleus's C++ code will still depend on a specific version of TensorFlow, and that specific version will get upgraded to TensorFlow 2.0 once 2.0 is out of alpha. But that shouldn't effect most Nucleus users.) |
Great news! Thanks again @ThomasColthurst! I'm looking forward to this release. |
The long awaited Python 3-compatible pip package for Nucleus is now available. |
With
pip install --user google-nucleus
it gives the errorIs there a fix for this? Machine is 18.04 Ubuntu
The text was updated successfully, but these errors were encountered: