Open InLaw opened 4 years ago
Works just fine here, both on master and the 20.09 channel:
nix build -f channel:nixos-20.09 spyder
Your channels (in the nix-info output) look pretty non-standard. Are you hosting them yourself? Anyhow, please update the channels, they are two weeks out-of-date.
FYI: the channels are standard (only the naming is adjusted to unstables) [nixpkgs is not clear naming compared to nixos-unstable]
how would you integrate kite into spyder (like the second popup is suggesting)?
when opening spyder3, it shows
kf5.kservice.services: The desktop entry file "/run/current-system/sw/share/applications/qemu.desktop" has Type= "Application" but no Exec line
kf5.kservice.sycoca: Invalid Service : "/run/current-system/sw/share/applications/qemu.desktop"
in the app it pops up
You have missing dependencies!
# Mandatory:
jedi =0.17.1 : 0.17.2 (NOK)
parso =0.7.0 : 0.8.0 (NOK)
Please install them to avoid this message.
Note: Spyder could work without some of these dependencies, however to have a smooth experience when using Spyder we strongly recommend you to install all the listed missing dependencies.
Failing to install these dependencies might result in bugs. Please be sure that any found bugs are not the direct result of missing dependencies, prior to reporting a new issue.
Ah, the popup shouldn't be there (and it has nothing to do with kite). We shouldn't have overridden the parso and jedi versions in #98407.
thanks for the info
i didn't relate the error and kite but I would be interested if you already integrated kite in spyder?
[nix-shell:~/share_VM]$ python
bash: /nix/store/bs03sg8b0gq2zr4v252hh9psp780qj5q-python3-3.8.5/bin/python: Argument list too long
bash: /nix/store/kn11223r7pi8fh9pvwj2y7kbc2wncc3h-direnv-2.21.2-bin/bin/direnv: Argument list too long
it comes when I mix pkgs channels
nixPkgs_spyder = import (builtins.fetchGit {
name = "nixpkgs-unstable_spyder";
url = "https://github.com/nixos/nixpkgs-channels.git";
ref = "refs/heads/nixpkgs-unstable";
rev = "502845c3e31ef3de0e424f3fcb09217df2ce6df6"; # "date": "2020-09-26T09:12:52+02:00",
}) { config= { allowUnfree = true; }; };
nixPkgs_spyder-spyder
and it crashes
all other pkgs are from
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix/";
ref = "refs/tags/2.4.1";
});
nixPkgs = import mach-nix.nixpkgs.path {config= { allowUnfree = true; permittedInsecurePackages = [ "openssl-1.0.2u" ]; }; };
I marked this as stale due to inactivity. → More info
Describe the bug A clear and concise description of what the bug is.
the version parso==0.7.0 does not exist in nixpkgs/20.09/20.03
To Reproduce
nix-env -iA nixpkgs.spyder
Expected behavior
should install spyder
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Notify maintainers
@gebner
Metadata Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information: