Skip to content
New issue

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

fastrelease_conda_package OS error with no error message #58

Open
noklam opened this issue May 13, 2021 · 0 comments
Open

fastrelease_conda_package OS error with no error message #58

noklam opened this issue May 13, 2021 · 0 comments

Comments

@noklam
Copy link

noklam commented May 13, 2021

Description

I am trying to run fastrelease_conda_package and get the error below, there is no error message.

Environment

Window 10

fastrelease.version
'0.1.10'
fastcore.version
'1.3.20'

python 3.8.3

Error Message

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant