Skip to content
Discussion options

You must be logged in to vote

root cause; the fork do not have any tags:

>git describe --tags
fatal: No names found, cannot describe anything.

solution fetch tags from upstream:

>git remote add upstream https://github.com/QCoDeS/Qcodes.git
>git fetch --tags upstream

confirm it works:

>git describe --tags
v0.39.0-166-g99d9b267b
>pip install -e .[test] -c requirements.txt
Successfully installed qcodes-0.40.0.dev166+master.g99d9b267b

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RasmusBC59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant