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
Upgrading to the latest version of Pyrax is difficult in Windows because of the inclusion of the "coveralls" module requirement. This module requires "sh" which only runs on Linux so Windows cannot install it, or coveralls, or pyrax.
I finally got around it by doing a bunch of "pip install --no-deps" but it was quite the nuisance.