JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Something wrong with the Project Loading in PyCharm plugin #31

Open SmirnovOleg opened 1 year ago

SmirnovOleg commented 1 year ago

When creating a fresh new project in PyCharm, then adding a paddle.yaml file, then pressing "Load Paddle project" button - and then sometimes I need to wait for ~20 seconds with a modal window "Building Project Info". This is definitely not a desired behavior :)

SmirnovOleg commented 1 year ago
image
SmirnovOleg commented 1 year ago

Happened again on Mac M1 Pro 2021, PC 2023.1 Directories like .venv were created, but process is not cancellable. Killing IDE doesn't help either. However, launching CLI tool helps to resolve the issue and the project can be imported.

image