Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659458 - sci-libs/tensorflow-1.9.0_rc1-r2 tensorboard is not found
Summary: sci-libs/tensorflow-1.9.0_rc1-r2 tensorboard is not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-28 05:00 UTC by Renich Bon Ciric
Modified: 2018-08-09 16:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renich Bon Ciric 2018-06-28 05:00:41 UTC
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.
Comment 1 Renich Bon Ciric 2018-06-28 05:03:57 UTC
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.
Comment 2 Jason Zaman gentoo-dev 2018-06-28 06:17:41 UTC
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
Comment 3 Renich Bon Ciric 2018-06-28 06:19:06 UTC
OK, got it.
Comment 4 Jason Zaman gentoo-dev 2018-08-09 16:19:59 UTC
sci-visualization/tensorboard-1.10.0 is in the tree now