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)

Dependencies (58)

Required by (5)

Sources (1)

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 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

willemw commented on 2015-12-06 08:11 (UTC)

@Nabobalis: I am only providing the git versions of the dependencies. You may need to install these dependencies yourself first. For example, for spyder3-git, you could run: $ pacaur -S --asdeps python-qtawesome-git python-qtpy-git

<deleted-account> commented on 2015-12-05 23:55 (UTC)

@willewm: Thank you for updating the PKGBUILD. Will python-qtawesome be added to the AUR soon?

willemw commented on 2015-12-05 18:05 (UTC)

@Nabobalis: Thanks. Updated PKGBUILD. Added new python-qtawesome/python2-qtawesome dependencies, which depend on new python-qtpy/python2-qtpy dependencies. See python-qtawesome-git and python-qtpy-git base packages.

<deleted-account> commented on 2015-12-05 16:27 (UTC)

I get this issue, trying to install this, ==> Starting prepare()... sed: can't read spyderlib/utils/external/pickleshare.py: No such file or directory ==> ERROR: A failure occurred in prepare().

willemw commented on 2015-11-25 11:45 (UTC)

Spyder can run with qt5 instead of qt4: # pacman -S --asdeps python-pyqt5 $ QT_API=pyqt5 spyder3 Go to menu Help --> About Spyder... : "Python 3.5.0 64bits, Qt 5.5.1, PyQt5 5.5.1 on Linux"

Viper_Scull commented on 2015-11-24 20:32 (UTC) (edited on 2015-11-24 21:09 (UTC) by Viper_Scull)

But you can't run it since the iPython compiled with this package is loading PyQt4 by default , and both modules (pyqt5 and pyqt4) can't be imported at the same time: "the PyQt5.QtCore and PyQt4.QtCore modules both wrap the QObject class"

contrebasse commented on 2015-11-21 12:59 (UTC)

You can choose which qt version (pyqt4, pyqt5, pyside) you use in the preferences.

Viper_Scull commented on 2015-11-21 11:42 (UTC) (edited on 2015-11-21 11:42 (UTC) by Viper_Scull)

Could spyder3-git be compiled with pyqt5 instead of pyqt4?