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
Notably, it does this when installing Core and GUI into the same virtual environment. Released version of core specified the older 0.4.16 pin. However, the up-to-date versions pin greenlet to 1.1.3. Updating GUI's lock file after installing Core doesn't avoid this inconsistency either.
We can avoid this by adding greenlet as a dependency in GUI and updating the lock file.