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
Thanks to the community behind tox-conda for developing this tool! I'm trying it in a project where it could ease a lot of things if conda worked, using micromamba as the local conda exe. Package installation seems to go fine, but after that tox fails with this error:
ERROR: FAIL could not package project - v = InvocationError('could not find executable None', None)
Thanks to the community behind tox-conda for developing this tool! I'm trying it in a project where it could ease a lot of things if conda worked, using
micromamba
as the local conda exe. Package installation seems to go fine, but after thattox
fails with this error:Details:
And here is the tox.ini and the .tox directory.
As far as I can tell there is no error message in
.tox
logs. What could be theNone
executable mentioned in the error?The text was updated successfully, but these errors were encountered: