FS#57264 - [python-tensorflow-opt-cuda] Missing a new dependency `absl`

Attached to Project: Community Packages
Opened by Leo Mao (leomao) - Monday, 29 January 2018, 03:28 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 30 January 2018, 00:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Missing a new dependency `absl`
need https://github.com/abseil/abseil-py
may need to create a new package...

Additional info:
* package version(s): python-tensorflow-opt-cuda 1.5.0-1

Steps to reproduce:
1. install python-tensorflow-opt-cuda 1.5.0-1
2. open python
3. import tensorflow as tf
4. get message `ModuleNotFoundError: No module named 'absl'`
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 30 January 2018, 00:12 GMT
Reason for closing:  Fixed
Comment by Leo Mao (leomao) - Monday, 29 January 2018, 03:29 GMT
Forgot to edit the summary: Missing a new dependency `absl`.
Comment by Sven-Hendrik Haase (Svenstaro) - Monday, 29 January 2018, 16:12 GMT
It's not really missing. It's right there in the package next to all the other tensorflow python deps that it ships. I'm not exactly sure what the problem is but I think it's an upstream issue. Anyway, I think the proper way to ship this is to provide it separately. I'll package it and rebuild tensorflow.
Comment by Sven-Hendrik Haase (Svenstaro) - Monday, 29 January 2018, 16:14 GMT
This issue here I found would further point out that it's an upstream issue of some sort: https://stackoverflow.com/questions/48490260/no-module-named-absl-error-when-i-import-tensorflow

Loading...