Josiah Outram Halstead
Josiah Outram Halstead
Also what OS and which version of euporie and Python are you using?
Did you manage to fix this?
Hi, Installing the plugin using this method is not currently supported - you need to install the plugin using pip, then link (or copy) the `plugin.py` script to your ranger...
This is now implemented in the `dev` branch, and will be in the next release 🪄 It works with all three terminal graphics protocols (sixel, kitty, and iterm) https://user-images.githubusercontent.com/12154190/207418617-29140b2b-2203-4bf6-b143-21b232e6ea57.mp4
I think this is fixed now, please open a new issue if you're still experiencing problems with `euporie-console`
I've added a list of available commands for each application to the documentation - e.g., for `euporie-notebook` the available commands are listed here: https://euporie.readthedocs.io/en/latest/apps/notebook_commands.html > How do I "include the...
Hi, The `upath` here is actaully [`universal_pathlib`](https://github.com/fsspec/universal_pathlib), which is very much actively maintained. However, there were some fairly major changes in `universal_pathlib` in `v0.0.24`, which require some reworking in euporie...
Ah I see, this appears to be due to the changes made to `pathlib` in Python 3.12 I'll start work on a fix
`universal_pathlib` does not support Python 3.12 yet: https://github.com/fsspec/universal_pathlib/pull/152
Yes, this is the recommended approach. I use `pipx` to do this easily.