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
Make sure the python requires recipe is not in the local cache, only on a remote
Call conan source .
By looking at the call stack, it seems no remote is ever defined from the conan source command, which explains why at the time the python requires is searching in remotes, it fails.
Logs
> conan source .
test_package/0.1.0: Not found in local cache, looking in remotes...
ERROR: Error loading conanfile at 'D:\workdir\test_package\conanfile.py': Cannot resolve python_requires 'recipe_utils/0.1.0': No remote defined
Call stack:
Looking at each steps from the very beginning (source method) the remotes variable is always empty.
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
conan source .
By looking at the call stack, it seems no remote is ever defined from the
conan source
command, which explains why at the time the python requires is searching in remotes, it fails.Logs
Call stack:
Looking at each steps from the very beginning (source method) the
remotes
variable is always empty.The text was updated successfully, but these errors were encountered: