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 Mar 16, 2020. It is now read-only.
# make
if [ "" = "" ]; then \
echo "Cannot find imported build variables. The Transfer VM can only be built with build.hg right now."; \
exit 1;\
fi
Cannot find imported build variables. The Transfer VM can only be built with build.hg right now.
make: *** [validate] Error 1
# python setup.py
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from xcp.supplementalpack import *
ImportError: No module named xcp.supplementalpack
Hello,
How do you build this?