Package Details: python-plotly 5.22.0-1

Git Clone URL: https://aur.archlinux.org/python-plotly.git (read-only, click to copy)
Package Base: python-plotly
Description: An open-source, interactive graphing library
Upstream URL: https://github.com/plotly/plotly.py
Keywords: chart plot python
Licenses: MIT
Submitter: fclad
Maintainer: greyltc (bertptrs)
Last Packager: bertptrs
Votes: 39
Popularity: 0.73
First Submitted: 2015-12-07 14:53 (UTC)
Last Updated: 2024-05-01 15:39 (UTC)

Pinned Comments

bertptrs commented on 2022-09-15 16:29 (UTC) (edited on 2022-09-15 18:53 (UTC) by bertptrs)

Please don't abuse the out of date flag whenever the source checksums are incorrect. The unfortunate reality is that the upstream Github tarball changes every once in a while. I don't know why; the commit tagged doesn't change. It might be a bug in Github.

I'm working on an alternative packaging that removes the Github sources (and expensive webpack compilation) to work around the issue. In the meantime, the source checksums may be wrong sometimes. Sorry about that.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

adsun commented on 2019-07-17 22:19 (UTC) (edited on 2019-07-17 22:19 (UTC) by adsun)

Version 4.0.0 has just been released; would like to see this updated soon:

https://github.com/plotly/plotly.py/archive/v4.0.0.tar.gz

chilichiller commented on 2019-07-07 16:21 (UTC)

Same issue here with the conflicting files. I also endorse @tycho's idea. As quick and dirty workaround just removed the python2 package from the PKGBUILD and reinstalled.

cozisco commented on 2019-05-17 03:40 (UTC)

Same conflicting files since the last update. I think @tycho 's idea makes the most sense.

ymermoud commented on 2019-04-27 18:39 (UTC) (edited on 2019-04-27 18:44 (UTC) by ymermoud)

Same conflicting files here

error: failed to commit transaction (conflicting files)
/usr/etc/jupyter/nbconfig/notebook.d/plotlywidget.json exists in both 'python-plotly' and 'python2-plotly'
/usr/share/jupyter/nbextensions/plotlywidget/extension.js exists in both 'python-plotly' and 'python2-plotly'
/usr/share/jupyter/nbextensions/plotlywidget/index.js exists in both 'python-plotly' and 'python2-plotly'
Errors occurred, no packages were upgraded.

oneup commented on 2019-04-18 15:46 (UTC) (edited on 2019-04-18 16:01 (UTC) by oneup)

python-plotly: Needs a dependency for python-decorator

python2-plotly: Needs dependencies for python2-decorator, python2-retrying

It looks like retrying is in plotly's requirements.txt, but you might need to also request upstream to add decorator to their dependencies too.

Traceback (most recent call last):
  File "plot_latency.py", line 5, in <module>
    from plotly.offline import plot
  File "/usr/lib/python3.7/site-packages/plotly/__init__.py", line 31, in <module>
    from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
  File "/usr/lib/python3.7/site-packages/plotly/plotly/__init__.py", line 10, in <module>
    from . plotly import (
  File "/usr/lib/python3.7/site-packages/plotly/plotly/plotly.py", line 33, in <module>
    from plotly import exceptions, files, session, tools, utils
  File "/usr/lib/python3.7/site-packages/plotly/tools.py", line 18, in <module>
    from plotly import exceptions, optional_imports, session, utils
  File "/usr/lib/python3.7/site-packages/plotly/utils.py", line 22, in <module>
    from decorator import decorator
ModuleNotFoundError: No module named 'decorator'
Traceback (most recent call last):
  File "plot_latency.py", line 5, in <module>
    from plotly.offline import plot
  File "/usr/lib/python2.7/site-packages/plotly/__init__.py", line 31, in <module>
    from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
  File "/usr/lib/python2.7/site-packages/plotly/plotly/__init__.py", line 10, in <module>
    from . plotly import (
  File "/usr/lib/python2.7/site-packages/plotly/plotly/plotly.py", line 34, in <module>
    from plotly.api import v1, v2
  File "/usr/lib/python2.7/site-packages/plotly/api/v1/__init__.py", line 3, in <module>
    from plotly.api.v1.clientresp import clientresp
  File "/usr/lib/python2.7/site-packages/plotly/api/v1/clientresp.py", line 9, in <module>
    from plotly.api.v1.utils import request
  File "/usr/lib/python2.7/site-packages/plotly/api/v1/utils.py", line 5, in <module>
    from retrying import retry
ImportError: No module named retrying

amdj commented on 2019-04-01 15:04 (UTC) (edited on 2019-04-01 15:04 (UTC) by amdj)

Since last update, I also get conflicting files errors, more or less simular to @markzz:

/usr/etc/jupyter/nbconfig/notebook.d/plotlywidget.json exists in both 'python2-plotly' and 'python-plotly'
/usr/share/jupyter/nbextensions/plotlywidget/extension.js exists in both 'python2-plotly' and 'python-plotly'
/usr/share/jupyter/nbextensions/plotlywidget/index.js exists in both 'python2-plotly' and 'python-plotly'

thewhoo commented on 2019-03-15 15:13 (UTC)

Thanks for the package, however, there are missing python-matplotlib dependencies. I've posted a patch here: https://pastebin.com/W7avn0hj

Tharbad commented on 2019-02-16 08:15 (UTC)

There are conflicting files errors. Same as @markzz got 4 months ago. :(

tycho commented on 2018-10-11 17:40 (UTC)

How about moving the conflicting files to a plotly-common package, and have both python2-plotly and python-plotly depend on that?