-1

yaml" file and ".bat" file present in github repository ? I am not able to build a model in anaconda using 'conda build' Can anyone please guide??

(dl) C:\Users\Nishant>conda build . Traceback (most recent call last): File "E:\anaconda\envs\dl\Scripts\conda-build-script.py", line 10, in sys.exit(main()) File "E:\anaconda\envs\dl\lib\site-packages\conda_build\cli\main_build.py", line 469, in main execute(sys.argv[1:]) File "E:\anaconda\envs\dl\lib\site-packages\conda_build\cli\main_build.py", line 460, in execute verify=args.verify, variants=args.variants) File "E:\anaconda\envs\dl\lib\site-packages\conda_build\api.py", line 207, in build raise ValueError('No valid recipes found for input: {}'.format(recipe_paths_or_metadata)) ValueError: No valid recipes found for input: ['.']

Stefan
  • 17,448
  • 11
  • 60
  • 79
Nishant
  • 41
  • 1
  • 3
  • Welcome to StackOverflow. Please take a minute to take the [tour](https://stackoverflow.com/tour) especially [how to ask](https://stackoverflow.com/help/how-to-ask) . Thanks. – Muhammad Dyas Yaskur Dec 24 '19 at 06:54

1 Answers1

0

From the log, it doesn't mention xxx.yaml or xx.bat file. Probably you are entering wrong input.

.yml file is configuration file called YAML. While .bat is a kind of Windows execute script. You should read carefully about readme on github repository.

Bejond
  • 1,188
  • 1
  • 11
  • 18