Search Criteria
Package Details: python-plotly 5.9.0-1
Package Actions
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: | 37 |
Popularity: | 1.87 |
First Submitted: | 2015-12-07 14:53 (UTC) |
Last Updated: | 2022-06-24 17:05 (UTC) |
Dependencies (14)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- python-tenacity
- jupyterlab (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- python-jupyter_core (make)
- python-setuptools (make)
- python-tornado (python-tornado5) (make)
- ipython (ipython-git) (optional)
- jupyterlab (optional)
- python-ipywidgets (optional)
- python-matplotlib (python-matplotlib-git) (optional)
- python-numpy (python-numpy-git, python-numpy-openblas, python-numpy-mkl-bin, python-numpy-mkl) (optional)
- python-pillow (python-pillow-git, python-pillow-simd) (optional)
- python-scipy (python-scipy-mkl-bin, python-scipy-git, python-scipy-mkl) (optional)
Required by (29)
- gamestonkterminal-git
- picosnitch
- plotly-orca-appimage (optional)
- python-antspy (optional)
- python-ax-platform
- python-bempp-cl (optional)
- python-catboost
- python-dash
- python-einsteinpy
- python-einsteinpy (check)
- python-einsteinpy-doc-git (check)
- python-einsteinpy-git
- python-einsteinpy-git (check)
- python-fenics-plotly
- python-freqtrade (optional)
- python-giotto-tda
- python-gpy (optional)
- python-myst-nb (optional)
- python-nurbs (optional)
- python-poliastro
Latest Comments
chrislea commented on 2022-05-13 16:39 (UTC) (edited on 2022-05-13 16:40 (UTC) by chrislea)
Looks like jupyter 3.4.1 came in today via normal updates and now this builds properly. Sorry for the hassle.
chrislea commented on 2022-05-12 16:33 (UTC)
Confirming I see the same error as @acxz.
acxz commented on 2022-05-12 13:03 (UTC)
I receive the below error:
chrislea commented on 2022-05-11 18:41 (UTC)
Confirming it now builds correctly after this update (5.8.0-2). Thank you!
bertptrs commented on 2022-05-10 20:48 (UTC)
Upstream has sneakily replaced the tar after I updated the package. The hash has now been updated.
chrislea commented on 2022-05-10 02:33 (UTC)
Here's a diff that will correct the
PKGBUILD
file:chrislea commented on 2022-05-10 02:24 (UTC)
The 5.8.0 package fails to build due to a hash mismatch. The
sha56sum
of the tarball in thePKGBUILD
is:but the hash of the actual tarball is:
It builds with no problem on my laptop once the
PKBUILD
is updated with the correct hashsum.carlosal1015 commented on 2022-04-06 16:50 (UTC) (edited on 2022-04-16 19:17 (UTC) by carlosal1015)
Thanks, I will try today later in other machine. Thank you, it is working with more resources.
bertptrs commented on 2022-04-06 16:42 (UTC)
This package does not need
jupyterlab-plotly
as makedepends. There are no missing dependencies.@carlosal1015 your machine ran out of RAM while building the JS parts of plotly. Your logs also show this. Webpack is super memory-hungry and needs about 4GB of RAM to build this project. Nothing to be done about that.
@lmartinez-mirror: interesting find, thank you. I need to investigate that further but I wanted to get the updated package out the door first.
lmartinez-mirror commented on 2022-03-29 02:47 (UTC)
This package installs files under
/usr/etc
where I think you meant to put them under just/etc
.AchmadFathoni commented on 2022-03-28 09:00 (UTC)
I think this AUR needs
jupyterlab-plotly
as makedepends. Otherwise, we get error as carlosal1015gps1539 commented on 2021-12-14 21:18 (UTC)
Many thanks for the reply. I tried a full clean reinstall and it now imports correctly.
moshiur_rahman commented on 2021-12-14 16:00 (UTC)
@gps1539 you should rebuild plotly. If you previously built plotly with python 3.9 then it's libraries will be in /usr/lib/python3.9 and python 3.10 will not use those libs.
gps1539 commented on 2021-12-14 15:12 (UTC) (edited on 2021-12-14 15:16 (UTC) by gps1539)
After updating to python 3.10.1 I could not import plotly
aur/python-plotly 5.4.0-1 (+29 0.01) (Installed)
It seems there are issues with python 3.10.1 as reported by others. I downgraded back to 3.10.0 (which fixed issues with other python code), but I still can not import plotly.
I uninstalled aur/python-plotly and then pip installed and I can now import plotly. However I use plotly is stock_quote (currently broken) which I maintain the code and the aur package, any clues on this issue?
Neros commented on 2021-08-21 09:06 (UTC) (edited on 2021-08-21 21:24 (UTC) by Neros)
@bertptrs same issue with pikaur and makepkg, it's not related to yay.
EDIT: I tried to install it on my second computer and it works, I suspect an issue with npm on my primary computer, I have to find what... So, nothing wrong with the PKGBUILD for python-plotly.
EDIT 2: fixed by deleting
/usr/lib/node_modules
thenpacman -Rcs nodejs npm jupyterlab
. After that it was possible to installpython-plotly
normally.bertptrs commented on 2021-08-21 07:34 (UTC)
@Neros I don't use yay but I can build it just fine using
makepkg
andpikaur
. You can try using either of those, or building in a clean chroot.Neros commented on 2021-08-21 03:48 (UTC)
Since the last update, I can't build it:
bertptrs commented on 2021-08-17 21:19 (UTC)
@JP-Ellis thanks for the heads-up; I've updated the dependencies to reflect some more recent changes upstream.
JP-Ellis commented on 2021-08-17 07:39 (UTC) (edited on 2021-08-17 07:39 (UTC) by JP-Ellis)
It appears that the dependency
python-retrying
has been replaced withpython-tenacity
in the most recent version(s).The change happened in this PR: https://github.com/plotly/plotly.py/pull/2911
bertptrs commented on 2021-07-02 20:48 (UTC)
Missing dependency on
typescript
. The build tries to calltsc
at some point but it's not listed as a dependency. I think this should be amakedepends
too.moshiur_rahman commented on 2021-07-01 19:04 (UTC)
Copying the dependencies from python-plotly-git works fine for me. Also jupyterlab should be a make dependency as is the case for python-plotly-git.
bartus commented on 2021-07-01 08:24 (UTC) (edited on 2021-07-01 08:24 (UTC) by bartus)
@greyltc: still missing
npm
makedepends
gps1539 commented on 2021-06-28 22:55 (UTC) (edited on 2021-06-28 22:55 (UTC) by gps1539)
The new version of plotly seems to want to import the tenacity module. Can you add python-tenacity as a dependency, thanks.
jorgicio commented on 2021-06-28 01:29 (UTC)
Hi. Once I tried to build it but it requires missing dependencies. Please, add npm and jupyterlab.
Thanks.
moshiur_rahman commented on 2021-06-27 22:42 (UTC)
It seems additional dependencies are needed for 5.0.0.
greyltc commented on 2020-08-02 09:27 (UTC)
I've seen the light on renaming the source tarball! Apparently some people like to archive all their source fetches in one folder. That means something like
v4.9.0.tar.gz
could conflict with some other package's tarball.greyltc commented on 2020-05-29 15:14 (UTC) (edited on 2020-05-29 15:15 (UTC) by greyltc)
Hi @NicoHood, just noticed your comment here.
- I haven't noticed the need to explicitly rename the archives my PKGBUILDs download too often (only rarely when I'm downloading from some place that doesn't put the version number in the filename). GitHub seems to follow sane naming conventions, so maybe that's why. If github starts giving me tarballs without version numbers in their filenames, I'll start using the rename feature here.
- Yeah. I like to fetch the sources from github whenever I can. No real reason other than it being a domain I trust and an interface I'm familiar with. It even looks like maybe the development of this thing takes place there.
- I think the deps are correct. Happy to try to fix them if they're wrong.
- I didn't actively remove the contributor lines form the PKGBUILD. I chucked the entire thing and made a new one from scratch.
- Thanks for the reminder on the checksum. I'm happy to use sha512 if you'd like. Fixed.
Cheers!
NicoHood commented on 2020-03-24 17:53 (UTC)
@greyltc thanks for adopting this package. I had a quick look at the changes and found a few improvements that I want to suggest:
Good job, well done!
greyltc commented on 2019-11-04 16:08 (UTC)
Why not just drop python2 support?
ymermoud commented on 2019-10-06 16:56 (UTC)
Same issue with conflicting files. Please make a separate packagae for python2-plotly. Thank you !
petko10 commented on 2019-09-19 23:11 (UTC)
There's still a problem with conflicting files, since the package tries to install both python-plotly and python2-plotly. I don't know if that's intended (since there's a separate package python2-plotly in AUR) but removing the code for python2-plotly from the PKGCONFIG fixes the installation for me.
NicoHood commented on 2019-08-07 19:40 (UTC)
Sorry for the delay! Please check if the package works properly.
Universebenzene commented on 2019-08-07 05:21 (UTC) (edited on 2019-08-07 07:03 (UTC) by Universebenzene)
Version
4.1.0
relased on Aug 7th. Do you have any problems in upgrading this package? I need some new features of the new version, please. Thank you.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
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.
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:
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?
NicoHood commented on 2018-10-03 12:42 (UTC)
I am not sure why those files are in /usr/etc, but I am also not sure if moving them to /etc is correct. Any help appreciated.
About the other conflicts: I could make the packages conflict against each other, or delete them in the python2 package and make it depend on the python3 one. I am not sure if this is a good solution. Any ideas?
markzz commented on 2018-10-02 06:49 (UTC) (edited on 2018-10-02 06:50 (UTC) by markzz)
When built today and if you attempt to install both packages, you have some conflicts in
/usr/share
. Also, there's files in/usr/etc
that should be in/etc
.roarchero commented on 2017-11-10 10:51 (UTC)
fclad commented on 2017-06-30 14:10 (UTC)
NicoHood commented on 2017-06-17 09:28 (UTC)
NicoHood commented on 2017-06-05 16:27 (UTC)
fclad commented on 2016-04-21 19:09 (UTC)
wicast commented on 2016-04-20 02:12 (UTC) (edited on 2016-04-20 02:12 (UTC) by wicast)
fclad commented on 2016-04-19 14:46 (UTC)
wicast commented on 2016-04-19 10:08 (UTC)