- Notifications
You must be signed in to change notification settings - Fork441
Closed
Description
I have a package that depends oncontrol
but I have trouble testing it in Travis-CI due to the following error when runningpip install control
:
ImportError: Unable to import git_revision. Try removing control/version.py and the build directory before building.
The full log is here:https://travis-ci.org/kdavies4/ModelicaRes/jobs/35359894.
Do you know how to fix this? It seems thatcontrol.version
can't be imported until thecontrol
package is installed, which requirescontrol.version
. A catch-22?
Metadata
Metadata
Assignees
Labels
No labels