Closed esra-aydemir closed 6 years ago
After I have removed and reinstallled conda forge it worked as expected.
@esra-aydemir you are using an old version of conda, I would suggest you updated all your packages to newer versions
conda update conda
conda update --all
I have the same problem, and it didnt work
A have just installed opencv in conda using
instructions here
It gave this error:
[13848:13886:0413/023107.613354:ERROR:browser_gpu_channel_host_factory.cc(120)] Failed to launch GPU process.
and did not launch
The traceback on the error page opened is as follows:
Traceback (most recent call last): File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/exceptions.py", line 75, in exception_handler return_value = func(*args, **kwargs) File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/app/start.py", line 138, in start_app window = run_app(splash) File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/app/start.py", line 64, in run_app window = MainWindow(splash=splash, tab_project=False) File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/widgets/main_window.py", line 163, in init self.api = AnacondaAPI() File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/api/anaconda_api.py", line 2086, in AnacondaAPI ANACONDA_API = _AnacondaAPI() File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/api/anaconda_api.py", line 89, in init self._conda_api = CondaAPI() File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/api/conda_api.py", line 1699, in CondaAPI CONDA_API = _CondaAPI() File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/api/conda_api.py", line 347, in init self.set_conda_prefix() File "/home/aras/anaconda3/lib/python3.6/site-packages/anaconda_navigator/api/conda_api.py", line 510, in set_conda_prefix self._user_agent = info['user_agent'] KeyError: 'user_agent'
Anaconda or Miniconda version:
4.2.16
Operating System:
ubuntu_16.4
conda info
conda list --show-channel-urls