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

Error message Hydenv #45

Open
alf137 opened this issue Jan 12, 2023 · 0 comments
Open

Error message Hydenv #45

alf137 opened this issue Jan 12, 2023 · 0 comments

Comments

@alf137
Copy link

alf137 commented Jan 12, 2023

(base) C:\Users\anton>python -m hydenv example hobo --terms=WT23
Uploading Metdata
0it [00:00, ?it/s]
Traceback (most recent call last):
File "C:\Users\anton\anaconda3\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\anton\anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\anton\anaconda3\lib\site-packages\hydenv_main
.py", line 11, in
fire.Fire({
File "C:\Users\anton\anaconda3\lib\site-packages\fire\core.py", line 141, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "C:\Users\anton\anaconda3\lib\site-packages\fire\core.py", line 475, in _Fire
component, remaining_args = _CallAndUpdateTrace(
File "C:\Users\anton\anaconda3\lib\site-packages\fire\core.py", line 691, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "C:\Users\anton\anaconda3\lib\site-packages\hydenv\examples\examples.py", line 52, in hobo
return cli.run(terms=terms, data_path=data_path, only=only, quiet=self.quiet)
File "C:\Users\anton\anaconda3\lib\site-packages\hydenv\examples\hobo.py", line 94, in run
self._upload_hobo(terms=terms, quiet=quiet)
File "C:\Users\anton\anaconda3\lib\site-packages\hydenv\examples\hobo.py", line 172, in _upload_hobo
cli.metadata(url=url, sheet_suffix=suffix, term=term, quiet=quiet, dry=dry)
File "C:\Users\anton\anaconda3\lib\site-packages\hydenv\scripts\hobo_import.py", line 129, in metadata
df = pd.read_excel(url, skiprows=1, sheet_name=sheet_suffix, decimal=',')
File "C:\Users\anton\anaconda3\lib\site-packages\pandas\util_decorators.py", line 296, in wrapper
return func(*args, **kwargs)
TypeError: read_excel() got an unexpected keyword argument 'decimal'

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