You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Check if tmidas-env exists before creating to prevent installation failures
- Added environment existence check before attempting to create tmidas-env
- Prevents script from failing when environment already exists (e.g., during cron job updates)
- Ensures numpy and other dependencies are installed/updated on subsequent runs
- Resolves missing numpy issue reported by users
0 commit comments