Closed mtr closed 1 month ago
Thanks for trying out the plugin and for the bug report!
Do you perhaps have the "Use uv for packaging operations" global setting enabled? It should be disabled by default. Only when this setting is enabled will the default package manager be overridden for projects that were not generated using the uv panel.
If this is the case, try disabling it and only turn it on for projects with a valid pyproject.toml
.
v0.1.0-alpha-2 added a new setting to explicitly configure uv as the project's package manager even if the project wasn't generated using the uv panel. It should help clarifying the working details.
Should any problems arise, please reply here or open a new issue with more information.
What happened?
I'm trying out RyeCharm in a new project that I'm working on. However, I also need to open some older projects that don't have any
pyproject.toml
file, and that causes an exception in the RyeCharm plugin.Steps to reproduce
Open an existing project that don't have any
pyproject.toml
file.Information about the system and installed versions:
Relevant log output or stack trace
Operating system
Linux