| Summary: | sci-libs/tensorflow-1.9.0_rc1-r2 tensorboard is not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Renich Bon Ciric <renich> |
| Component: | Current packages | Assignee: | Jason Zaman <perfinion> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
It seems that there are more dependencies missing...
renich@introdesk ~ $ tensorboard
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.5/tensorboard", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3147, in <module>
@_call_aside
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 666, in _build_master
ws.require(__requires__)
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'grpcio>=1.8.6' distribution was not found and is required by tensorflow
Better to check all these.
Tensorboard isnt packaged yet. I'll remove the tensorboard command in the next bump and package it separately. Even once you install all the deps, you'll get this: $ tensorboard Traceback (most recent call last): [...] pkg_resources.DistributionNotFound: The 'tensorboard<1.10.0,>=1.9.0' distribution was not found and is required by tensorflow OK, got it. sci-visualization/tensorboard-1.10.0 is in the tree now |
I get this when trying to run tensordash. renich@introdesk ~ $ tensorboard Traceback (most recent call last): File "/usr/lib/python-exec/python3.5/tensorboard", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3147, in <module> @_call_aside File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside f(*args, **kwargs) File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 666, in _build_master ws.require(__requires__) File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 984, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py", line 870, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'wheel>=0.26' distribution was not found and is required by tensorflow You might want me to open up a new bug for that one, right? Like I said before, I will proceed with the rebuilding using system-libs.