You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we consider moving to another CI service like Circle or Travis? Github Actions keep breaking.
I ran the action associated with the commit 136e2cd in a brand new conda env, and it works just fine.
The text was updated successfully, but these errors were encountered:
SciencePlots require matplotlib while installing. It requires matplotlib already installed. Using pip -r requirements.txt installs all packages together, not serially. So even if matplotlib is written before SciencePlots, it won't be present when SciencePlots is being installed. One thing still not clear to me is that SciencePlots already has matplotlib in its install_requires. So pip should first install matplotlib first, before it tries to run the setup.py of SciencePlots.
A possible discussion of something similar is here: pypa/pip#1386
The solution is to somehow install matplotlib before we try to install SciencePlots.
Should we consider moving to another CI service like Circle or Travis? Github Actions keep breaking.
I ran the action associated with the commit 136e2cd in a brand new conda env, and it works just fine.
The text was updated successfully, but these errors were encountered: