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
When generating a venv, using: invoke venv install
I'm getting the error:
ERROR: Cannot install nptyping[dev]==2.5.0 because these package versions have conflicting dependencies.
The conflict is caused by:
nptyping[dev] 2.5.0 depends on codecov>=2.1.0
The user requested (constraint) codecov==2.1.12
Using python 3.9.18 and 3.11.6 in a mac.
The text was updated successfully, but these errors were encountered:
When generating a venv, using:
invoke venv install
I'm getting the error:
Using python 3.9.18 and 3.11.6 in a mac.
The text was updated successfully, but these errors were encountered: