Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install mysql-workbench because dependency used older python #163258

Closed
bastomiadi opened this issue Mar 8, 2022 · 6 comments
Closed

can't install mysql-workbench because dependency used older python #163258

bastomiadi opened this issue Mar 8, 2022 · 6 comments
Labels

Comments

@bastomiadi
Copy link

bastomiadi commented Mar 8, 2022

Describe the bug

Error when building mysql-workbench

Steps To Reproduce

Steps to reproduce the behavior:

  1. add mysql-workbench in : sudo nano /etc/nixos/configuration.nix
  2. then sudo nixos-rebuild switch
  3. pynacl-1.4.0 must be using 3.7 python version or newer (3.9) not 2.x, check here : https://python.on-nix.com/

Expected behavior

Can Install mysql-workbench in nix-system,
Update this package for suitable using installed phyton in machine

Screenshots

Screenshot_20220306_043906

Metadata

bastomi@nugrohoeku:~/ > nix-shell -p nix-info --run "nix-info -m"

  • system: "x86_64-linux"
  • host os: Linux 5.16.11, NixOS, 21.11 (Porcupine)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.16
  • channels(root): "nixos-21.11.336340.2ebb6c1e5ae"
  • channels(bastomi): ""
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos
@bastomiadi bastomiadi added the 0.kind: bug Something is broken label Mar 8, 2022
@bastomiadi bastomiadi changed the title Error when building mysql-workbench cant install mysql-workbench because dependency using old python Mar 8, 2022
@bastomiadi bastomiadi changed the title cant install mysql-workbench because dependency using old python cant install mysql-workbench because dependency used older python Mar 8, 2022
@bastomiadi bastomiadi changed the title cant install mysql-workbench because dependency used older python can't install mysql-workbench because dependency used older python Mar 8, 2022
@nova-nowiz
Copy link
Contributor

this is already tracked for normally in #101964

@bastomiadi
Copy link
Author

bastomiadi commented Mar 9, 2022

So how to install it with different python ?

@nova-nowiz
Copy link
Contributor

@bastomiadi unfortunately, you can't :/
You can try replacing it by dbeaver or squirrel sql client, but I know it's not the same.
you can install these with nix or flatpak
I hope this is useful to you ;)

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 1, 2022
@rnhmjoj
Copy link
Contributor

rnhmjoj commented Nov 23, 2022

Fixed by #191174.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Nov 23, 2022
@rnhmjoj rnhmjoj closed this as completed Nov 23, 2022
@nova-nowiz
Copy link
Contributor

woaw nice, thanks!

@kennethbruskiewicz
Copy link

I need to use this particular version of MySQL Workbench, would it be possible to pin a version pynacl that works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants