-
Notifications
You must be signed in to change notification settings - Fork 401
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
installation error on Mac #325
Comments
getting the same error with viscose containers on Mac #0 390.9 ERROR conda.core.link:_execute(733): An error occurred while installing package 'conda-forge::rise-5.7.1-py39hf3d152e_2'.
|
I'm getting the below error when installing the package via Conda. Am using MacOS Monterey 12.2.1 on 2017 MacBook Air
ERROR conda.core.link:_execute(740): An error occurred while installing package 'conda-forge::rise-5.7.1-py39h6e9494a_2'.
Rolling back transaction: done
LinkError: post-link script failed for package conda-forge::rise-5.7.1-py39h6e9494a_2
location of failed script: /Users/gurdeep_working/miniconda3/envs/nams/bin/.rise-post-link.sh
==> script messages <==
==> script output <==
stdout:
stderr: Traceback (most recent call last):
File "/Users/gurdeep_working/miniconda3/envs/nams/bin/jupyter-nbextension", line 10, in
sys.exit(main())
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/jupyter_core/application.py", line 277, in launch_instance
return super().launch_instance(argv=argv, **kwargs)
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/traitlets/config/application.py", line 1041, in launch_instance
app.start()
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 972, in start
super().start()
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/jupyter_core/application.py", line 266, in start
self.subapp.start()
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 882, in start
self.toggle_nbextension_python(self.extra_args[0])
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 855, in toggle_nbextension_python
return toggle(module,
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 470, in enable_nbextension_python
return _set_nbextension_state_python(True, module, user, sys_prefix,
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 368, in _set_nbextension_state_python
m, nbexts = _get_nbextension_metadata(module)
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/notebook/nbextensions.py", line 1107, in _get_nbextension_metadata
m = import_item(module)
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/traitlets/utils/importstring.py", line 38, in import_item
return import(parts[0])
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/rise/init.py", line 3, in
version = pkg_resources.require("rise")[0].version
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/pkg_resources/init.py", line 909, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/gurdeep_working/miniconda3/envs/nams/lib/python3.9/site-packages/pkg_resources/init.py", line 795, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'webcolors>=1.11; extra == "format-nongpl"' distribution was not found and is required by jsonschema
return code: 1
()
The text was updated successfully, but these errors were encountered: