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
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
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
micromambaas the local conda exe. Package installation seems to go fine, but after thattoxfails 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
.toxlogs. What could be theNoneexecutable mentioned in the error?