Package Details: spyder-git 6.0.0a1.r358.g2578be8a3-1

Git Clone URL: https://aur.archlinux.org/spyder-git.git (read-only, click to copy)
Package Base: spyder-git
Description: The Scientific Python Development Environment
Upstream URL: https://www.spyder-ide.org/
Licenses: MIT
Conflicts: spyder, spyder3-git
Provides: spyder
Replaces: spyder3-git
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 24
Popularity: 0.000000
First Submitted: 2015-02-24 08:52 (UTC)
Last Updated: 2023-08-10 20:51 (UTC)

Pinned Comments

willemw commented on 2020-08-05 07:20 (UTC) (edited on 2021-08-18 20:33 (UTC) by willemw)

Note:

Some dependencies may need to be manually downgraded or upgraded.

Alternatively, try to edit "install_requires" in "setup.py" and the requirements file ("requirements/conda.txt" in the source files or "requires.txt" in the installed files).

Latest Comments

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

akspecs commented on 2019-02-22 21:21 (UTC)

@willemw:

Thanks! The workaround in this case is simple: via the dropdown menu tools > preferences in the general tab there's another dropdown that gives the option to choose the spyder2 icon theme. This prevents the issue from recurring for the time being until the incompatibility between qtawesome and pyqt5 5.12 is resolved.

willemw commented on 2019-02-22 13:06 (UTC)

@akspecs: Seems to be a known issue: https://github.com/spyder-ide/spyder/issues/8748

akspecs commented on 2019-02-22 08:11 (UTC)

@willemw:

After installing python-qtawesome-git I'm able to run the IDE, but buttons are glitching out with graphical artifacts as pictured here:

https://i.imgur.com/QBRNFNF.png

willemw commented on 2019-02-15 10:11 (UTC)

@akspecs:

I have added all the new dependencies to PKGBUILD, except for python2-qdarkstyle which is not available.

I am not seeing the "Invalid icon name" exception. Do you have python-qtawesome-git installed and is it up-to-date?

akspecs commented on 2019-02-15 06:56 (UTC) (edited on 2019-02-15 07:12 (UTC) by akspecs)

I'm unable to run spyder3-git. Any help or advice would be greatly appreciated. I get the following error: https://pastebin.com/raw/SnzuEP37

edit: after installing 'python-atomicwrites', it became clear I also needed to have 'python-spyder-kernels-git' rather than just 'python-spyder-kernels'. Then I later learned that 'python-qdarkstyle' is also needed. But even with these extra dependencies installed, I'm still left with the following error: https://pastebin.com/raw/WHZ9f5Je

The last line of the error being: Exception: Invalid icon name "format-letter-case" in font "mdi"

willemw commented on 2018-09-27 18:14 (UTC)

@cerikson: Thanks. Updated to include all new dependencies.

cerikson commented on 2018-09-27 17:30 (UTC)

Just did a install on a fresh system and the dependency python-language-server was missing after install. Which caused spyder3 to crash on startup.

willemw commented on 2018-08-05 07:52 (UTC)

@CAM-Gerlach: Thanks. Updated as much as possible.

CAM-Gerlach commented on 2018-08-02 00:55 (UTC) (edited on 2018-08-02 00:56 (UTC) by CAM-Gerlach)

@willemw Hey, this is C.A.M. Gerlach, one of the Spyder developers. I just wanted to let you know a few quick things:

  • First and foremost, thanks for helping maintain the Spyder distro package on Arch!
  • The full name of our package should be (note capitalization) "The Scientific Python Development Environment", i.e. without the strange caps we eliminated several versions ago.
  • Unless required to be Github for technical reasons, you can update the main URL to point to our new site, https://www.spyder-ide.org
  • Should python-pyside and python=pyqt4 be dropped from the optional deps, since they are no longer supported GUI backends as of a long time ago, and 3.3.0 respectively?
  • Finally, if you'd like a more representative one-liner desription, feel free to use

    "Spyder is a powerful Python IDE combining the editing, analysis, debugging and profiling functionality of a software development tool with the data exploration, interactive execution, deep inspection and rich visualization capabilities of a scientific environment like MATLAB or Rstudio."

or some variant thereof.

Thanks again for all your work! I sent you an email with more details on all of this, for your reference.