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 .. 13 Next › Last »

NiceMicro commented on 2021-07-04 17:30 (UTC)

@willemw: thank you for the reply.

I have not been able to run spyder from the community repo since May. The error I got was similar, but for different version of the spyder-kernels was required.

If I change the requires.txt so the spyder-kernels get accepted, then I get the same error for 'rtree>=0.9.7'. I tried the same method with the spyder in the community repo, there I get the error with 'decorator<5'. The dependencies seem to be borked. Am I the only one who got this issue?

willemw commented on 2021-07-04 14:13 (UTC)

@NiceMircro: have you tried any of the suggestions in my previous comment? Maybe use spyder from the community repo?

NiceMicro commented on 2021-07-04 13:53 (UTC) (edited on 2021-07-04 13:54 (UTC) by NiceMicro)

Spyder doesn't work due to conflicts with the spyder-kernels version:

pkg_resources.DistributionNotFound: The 'spyder-kernels<2.1.0,>=2.0.4' distribution was not found and is required by spyder

It doesn't matter whether I install python-spyder-kernels from the official repos or if I build pythin-spyder-kernels-git from the AUR. I've seen some discussions about the issue on the bugs page for the official spyder package, but that bug is not going anywhere since May 4th. Can anyone point me in a direction to solve this? Thanks a lot.

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).

willemw commented on 2020-04-25 17:16 (UTC)

@fisherjf: I don't think this is a Spyder package issue. Spyder does not install /usr/bin/keyring.

Which package owns it now (pacman -Qo /usr/bin/keyring)? Maybe you need to do a system upgrade.

fisherjf commented on 2020-04-25 17:08 (UTC)

unable to install.

conflicting files: python-keyring: /usr/bin/keyring already exists in filesystem

willemw commented on 2020-03-14 09:14 (UTC)

depends=python-spyder-kernels is correct and you should select python-spyder-kernels-git yourself.

But for (temporary) convenience it can be set to depend=python-spyder-kernels-git. That is what I do for several other packages I maintain. For this package (spyder3-git), however, I did not think it was necessary.

trougnouf commented on 2020-03-14 09:01 (UTC) (edited on 2020-03-14 09:04 (UTC) by trougnouf)

spyder-kernels >= 1.0 is required (found 0.5.2).

The dependency should be python-spyder-kernels-git instead of python-spyder-kernels

j_4321 commented on 2019-11-26 15:55 (UTC)

spyder now requires python-intervaltree

willemw commented on 2019-11-13 08:57 (UTC)

Removed spyder (python 2 version). Added cloudpickle and numpydoc dependencies.