matplotlib - ModuleNotFoundError: No module named 'PyQt4' while installing veusz -


when trying install veusz (under anaconda) using command line:

pip install veusz==1.25.1 

i getting error message.

collecting veusz==1.25.1 downloading veusz-1.25.1.tar.gz (1.9mb) 100% |████████████████████████████████| 1.9mb 492kb/s complete output command python setup.py egg_info: traceback (most recent call last): file "", line 1, in file "/tmp/pip-build-no22q_2g/veusz/setup.py", line 59, in import pyqtdistutils file "/tmp/pip-build-no22q_2g/veusz/pyqtdistutils.py", line 17, in import pyqt4.qtcore modulenotfounderror: no module named 'pyqt4'

command "python setup.py egg_info" failed error code 1 in /tmp/pip-build-no22q_2g/veusz/

i have tried change matplotlibrc config file (under anaconda) , change backend qt4agg instead of qt5agg didn't help.

my other option install using conda as:

conda install -c lidavidm veusz 

but has own caveat:

unsatisfiableerror: following specifications found in conflict:

  • python 3.6*

  • veusz -> python 3.4*

    use "conda info " see dependencies each package.

at worst guess have install in pyenv has lots of details , complication either. there else can try?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -