After successfully launching klusta and klustaviewa on my mac, I tried to install it on our Linux server version 3.2.0-75-generic (buildd@kissel), running on
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"
(gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) )
After error free installation process, when I try to run klustaviewa on Linux I'm getting the following error:
xxx/yyy/anaconda3/envs/klusta/lib/python2.7/site-packages/IPython/qt.py:13: ShimWarning: The `IPython.qt` package has been deprecated. You should import from qtconsole instead.
"You should import from qtconsole instead.", ShimWarning)
Cannot mix incompatible Qt library (version 0x40801) with this library (version 0x40805)
Aborted (core dumped)
I havent been using any desktop environment but simply through xterm. I tried to get tips from online by googling the error message but it seems no one has/had this specific case of incompatibility of Qt lib ver 40801 with Qt lib ver 40805 (I did find solutions when different Qt lib versions were incompatible, but since those were with different ver numbers I wasnt sure if I should try those solutions). Do you have any idea why I may be getting this error? & importantly how to resolve it?
Many thanks,
Jagdish
I havent been using any desktop environment but simply through xterm.
I tried to get tips from online by googling the error message but it seems no one has/had this specific case of incompatibility of Qt lib ver 40801 with Qt lib ver 40805 (I did find solutions when different Qt lib versions were incompatible, but since those were with different ver numbers I wasnt sure if I should try those solutions). Do you have any idea why I may be getting this error? & importantly how to resolve it?
I confirmed that I have indeed been using KDE with X server. So of course I expect klustaviewa to work.
After realizing that those solutions given by people on web relating to different version problems may not work for me for 2 reasons:
1) those qt issues seems to be from yester era - almost 4-5 years back. I couldnt find any current posts with qt issues.
2) they seem dirty & partially un-safe. each solution is kinda unique and informs you of the issues that it may lead you into & are therefore unclean solutions. They seem to be linked with applications like Genymotion, Spyder, IEP, and Pyzo: none of which seems to be connected to my problem.
Given this uncertainty, I tried the 3rd suggestion: To Uninstall and reinstall anaconda3.
During reinstallation I noticed that the following step:
"conda env create -n klusta -f environment-linux.yml"
gave the following error:
Traceback (most recent call last):
File "/home/patelj65/anaconda3/bin/conda-env", line 6, in <module>
sys.exit(conda_env.cli.main.main())
File "/home/patelj65/anaconda3/lib/python3.5/site-packages/conda_env/cli/main.py", line 68, in main
return args_func(args, parser)
File "/home/patelj65/anaconda3/lib/python3.5/site-packages/conda/cli/main.py", line 180, in args_func
args.func(args, p)
File "/home/patelj65/anaconda3/lib/python3.5/site-packages/conda_env/cli/main_create.py", line 99, in execute
installer.install(prefix, pkg_specs, args, env)
File "/home/patelj65/anaconda3/lib/python3.5/site-packages/conda_env/installers/conda.py", line 16, in install
actions = plan.install_actions(prefix, index, specs, prune=prune)
TypeError: install_actions() got an unexpected keyword argument 'prune'"
I could find the solution on web (https://github.com/conda/conda-env/pull/246 ; https://github.com/conda/conda-env/blob/e01ba6f3894be107fc0b14f5eb7326b012a51cbd/conda_env/cli/main_update.py) but I didnt know how to implement it. Could you give some hints?
Many thanks,
Jagdish
So I updated conda using: conda update --all
This step resolved the 'prune' error during the next step:
conda env create -n klusta -f environment-linux.yml.
However, after successfully installing klusta, when I run klustaviewa, I'm still getting the following error:
"ShimWarning: The `IPython.qt` package has been deprecated. You should import from qtconsole instead.".
I looked up on google for this error and followed all their following suggestions to overcome the error:
conda update ipython
conda install spyder
conda update spyder
conda install ipython=3.2.1
conda update spyder
pip install --upgrade spyder
However, efter these attempts also I'm still getting the same error: "ShimWarning: The `IPython.qt` package has been deprecated. You should import from qtconsole instead.".
Any suggestions?
Thank you,
Jagdish
--
To subscribe, send email to klustaviewa...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "KlustaViewas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to klustaviewas...@googlegroups.com.
To post to this group, send email to klusta...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
For more options, visit https://groups.google.com/d/optout.
TypeError: install_actions() got an unexpected keyword argument 'prune'
conda install conda=3 --yes
To subscribe, send email to klustaviewas+subscribe@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "KlustaViewas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to klustaviewas+unsubscribe@googlegroups.com.