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

willemw commented on 2016-06-05 10:21 (UTC) (edited on 2016-06-05 10:39 (UTC) by willemw)

@davidovitch. What breaks? How to check this? Is qt5-webengine really additional dependency of python-qtpy-git? I only see qt5-webengine as a make dependency of pyqt5. This means qt5-webengine is built into pyqt5?

davidovitch commented on 2016-06-05 09:30 (UTC)

Initially, spyder-git broke when python-pyqt5 was upgraded to 5.6.0. Now qt5-webengine is an additional dependency of python-qtpy-git. Requires the latest changes from both spyder and qtpy. See also https://github.com/spyder-ide/spyder/pull/3198.

willemw commented on 2016-04-25 06:39 (UTC)

The nbconvert error/warning for spyder (python 3 version) has been fixed.

flocke commented on 2016-04-21 10:34 (UTC) (edited on 2016-04-21 10:35 (UTC) by flocke)

I opened a bug report for community/jupyter to add entrypoints as dependency: https://bugs.archlinux.org/task/49036 For the time being you can install entrypoints manually as user to fix the warning: pip3 install --user entrypoints

willemw commented on 2016-04-18 16:20 (UTC)

Nbconvert for python 3 is in package community/jupyter, but seems broken (same error as https://trac.macports.org/ticket/51167): >>> import nbconvert Traceback (most recent call last): ... ImportError: No module named 'entrypoints' Nbconvert for python 2 seems to be missing (in the community repo).

contrebasse commented on 2016-04-18 15:02 (UTC)

It now needs the package nbconvert, but I didn't find it as a package for arch linux.

willemw commented on 2016-01-25 19:34 (UTC)

@flying-sheep: Thanks. Updated.

flying-sheep commented on 2016-01-25 13:19 (UTC)

hi, newest git master has pyqt5 as default. please update the dependencies: spyder-git: -python2-pyqt4 +python2-pyqt5 spyder3-git: -python-pyqt4 +python-pyqt5

<deleted-account> commented on 2015-12-06 11:10 (UTC)

@Willewm: I see, the git packages provide the normal dependencies. But I feel that it should be renamed to the git versions of the packages just to make it clearer. Thanks again!