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
However, in both cases, running the depccg_en download then gives:
warnings.warn('''\
2022-06-01 10:34:05,848 - INFO - root - start downloading from 1mxl1HU99iEQcUYhWhvkowbE4WOH0UKxv
Downloading 1mxl1HU99iEQcUYhWhvkowbE4WOH0UKxv into /Users/ruben/github/depccg/depccg/models/tri_headfirst.tar.gz... Done.
2022-06-01 10:34:06,273 - INFO - root - extracting files
Traceback (most recent call last):
File "/Users/ruben/.pyenv/versions/3.8.13/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/ruben/.pyenv/versions/3.8.13/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/ruben/github/depccg/depccg/__main__.py", line 166, in <module>
parse_args(main)
File "/Users/ruben/github/depccg/depccg/argparse.py", line 203, in parse_args
args.func(args)
File "/Users/ruben/github/depccg/depccg/argparse.py", line 112, in <lambda>
func=lambda args: download(args.lang, args.VARIANT)
File "/Users/ruben/github/depccg/depccg/instance_models.py", line 108, in download
tf = tarfile.open(filename)
File "/Users/ruben/.pyenv/versions/3.8.13/lib/python3.8/tarfile.py", line 1608, in open
raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully
MBP Pro 2021 (M1 Pro), macOS 12.4
python3.8.13
numpy==1.22.4
Cython==0.29.30
Clang:
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin21.5.0
The text was updated successfully, but these errors were encountered:
I could not get depccg to work. I first tried installing via pip, then I cloned the repo and tried:
However, in both cases, running the
depccg_en download
then gives:MBP Pro 2021 (M1 Pro), macOS 12.4
python3.8.13
numpy==1.22.4
Cython==0.29.30
Clang:
Apple clang version 13.1.6 (clang-1316.0.21.2.5)
Target: arm64-apple-darwin21.5.0
The text was updated successfully, but these errors were encountered: