-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
Description
Description
I cannot install the project because of poethepoet.
OSError
[Errno 30] Read-only file system: '/nix/store/cfapjd2rvqrpry4grb0kljnp8bvnvfxz-python3-3.13.8/bin/poe'
at /nix/store/cfapjd2rvqrpry4grb0kljnp8bvnvfxz-python3-3.13.8/lib/python3.13/pathlib/_local.py:537 in open
533│ the built-in open() function does.
534│ """
535│ if "b" not in mode:
536│ encoding = io.text_encoding(encoding)
→ 537│ return io.open(self, mode, buffering, encoding, errors, newline)
538│
539│ def read_text(self, encoding=None, errors=None, newline=None):
540│ """
541│ Open the file in text mode, read it, and close the file.
Cannot install poethepoet.Steps to reproduce
poetry install.
Current behavior
Fails with the provided error.
Desired behavior
It just works, like before, with the scripts/ folder
Screenshots
No response
Environment
Cannot install.
Python Version: 3.13.8 (main, Oct 7 2025, 12:01:51) [GCC 14.3.0]
Operating System: Linux