-
Notifications
You must be signed in to change notification settings - Fork 2.4k
py-ipykernel: install_data phase fails #19985
Copy link
Copy link
Closed
Labels
Description
Unable to install [email protected] due to failure of install_data phase.
Using:
spack@develop- eca1370
2020-11-18 8:37 AM PST
$> spack install [email protected]
...
==> py-ipykernel: Executing phase: 'build'
==> py-ipykernel: Executing phase: 'install'
==> py-ipykernel: Executing phase: 'install_data'
==> Error: TypeError: install_data() takes 1 positional argument but 3 were given
/builds/uo/e4s/spack/lib/spack/spack/build_environment.py:863, in _setup_pkg_and_run:
860 tb_string = traceback.format_exc()
861
862 # build up some context from the offending package so we can
>> 863 # show that, too.
864 package_context = get_package_context(tb)
865
866 logfile = None
...
Introduced via commit 8b431d1 ?
Reactions are currently unavailable