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
fastrelease_conda_package
Traceback (most recent call last):
File "c:\programdata\miniconda3\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\programdata\miniconda3\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\ProgramData\Miniconda3\Scripts\fastrelease_conda_package.exe\__main__.py", line 7, in <module>
File "c:\programdata\miniconda3\lib\site-packages\fastcore\script.py", line 105, in _f
tfunc(**merge(args, args_from_prog(func, xtra)))
File "c:\programdata\miniconda3\lib\site-packages\fastrelease\conda.py", line 168, in fastrelease_conda_package
res = run(f"conda {build} --no-anaconda-upload {build_args} {name}")
File "c:\programdata\miniconda3\lib\site-packages\fastcore\xtras.py", line 184, in run
if res.returncode: raise IOError(stdout)
OSError
The text was updated successfully, but these errors were encountered:
Description
I am trying to run
fastrelease_conda_package
and get the error below, there is no error message.Environment
Window 10
python 3.8.3
Error Message
The text was updated successfully, but these errors were encountered: