Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
39 stars 15 forks source link

BUG-Choosing a function for a Task in Studio when a venv is in the CWD freezes VSCode to death #572

Closed AlexandreSajus closed 1 year ago

AlexandreSajus commented 1 year ago

Description I use Python venv native module to create virtual environments for my projects instead of anaconda (like a lot of people)

This module spawns a virtual environment in my current working directory: image

When I choose a function for a Task Node: image

Taipy Core will analyze every Python File in my current working directory which means analyze the thousands of Python files in my virtual environment.

This consumes all of my memory and freezes Taipy Studio to death: image image

How to reproduce

Expected behavior The same way we use .gitignore to ignore non-relevant files when comparing with a repo, there should be a way to ignore specific files or folders when Taipy Studio analyzes the current working directory.

Runtime environment

jrobinAV commented 1 year ago

Hello,

That is not a taipy-core issue. That is for taipy-studio-config

jrobinAV commented 1 year ago

Issue moved to Avaiga/taipy-studio-config #52 via Zenhub