-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Xonsh no longer start #301444
Comments
May not be the same issue, but this doesn't work either: ❯ nix-shell -p 'python3.withPackages (p: with p; [ xonsh ])'
❯ python
Python 3.11.8 (main, Feb 6 2024, 21:21:21) [GCC 13.2.0] on linux
>>> import xonsh
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'xonsh' |
Not sure this ever worked— |
That's a different issue. You should probably use |
Describe the bug
After a recent
nixos-unstable
update, xonsh is no longer able to launch.Steps To Reproduce
Launch
xonsh
Expected behavior
Xonsh should start without issue
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I've found a change of python env that reached
nixos-unstable
recently (#297628). Perhaps it is the change that breaks xonsh.Notify maintainers
@AndersonTorres
Metadata
"x86_64-linux"
Linux 6.6.22-xanmod1, NixOS, 24.05 (Uakari), 24.05pre-git
yes
yes
nix-env (Nix) 2.18.2
/etc/nix/inputs/nixpkgs
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: