LookupError: setuptools-scm was unable to detect version for '/workspace/finn'. #597
-
Hi, I posted this in gitter but saw the comment that github is being used actively now, So I will try to sum it up here. A few months ago, I was able to run cnv_end2end example throughout without any error. But now, while running, the same example I get the error ModuleNotFoundError: No module named 'finn.transformation.streamline' Secondly,I also got this error while building the docker, but got to command line terminal neverthless.. Make sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work. For example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Changes not staged for commit: Untracked files: no changes added to commit (use "git add" and/or "git commit -a") Thirdly, You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git checkout -b HEAD is now at af61027 Merge pull request #8 from surangamh/fix-floorplanner-bug I tried to build container multiple times but the module import always fails, and I cant figure out what is wrong this time. Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi again, Regards, |
Beta Was this translation helpful? Give feedback.
-
Changing the disk on which I clone the git worked for me. |
Beta Was this translation helpful? Give feedback.
Changing the disk on which I clone the git worked for me.