We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre_export(): could not get source code
I installed conan 1.56 from the Windows installer and installed the hooks like that:
conan config install https://github.com/conan-io/hooks.git conan config set hooks.conan-center
When I try to conan create . sail/0.9.0-rc2@ with my recipe, it always fails with
conan create . sail/0.9.0-rc2@
>conan create . sail/0.9.0-rc2@ ERROR: [HOOK - conan-center.py] pre_export(): could not get source code
The recipe can be obtained here: conan-io/conan-center-index#14926
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed conan 1.56 from the Windows installer and installed the hooks like that:
When I try to
conan create . sail/0.9.0-rc2@
with my recipe, it always fails withThe recipe can be obtained here: conan-io/conan-center-index#14926
The text was updated successfully, but these errors were encountered: