Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

doesn't start on Fedora 31 KDE spin, gives errors #84

Open
binarydepth opened this issue Dec 17, 2019 · 0 comments
Open

doesn't start on Fedora 31 KDE spin, gives errors #84

binarydepth opened this issue Dec 17, 2019 · 0 comments

Comments

@binarydepth
Copy link

binarydepth commented Dec 17, 2019

I ran the setup as root and still the command is not on the system, has to run it from the extracted directory.

python3 run.py
Traceback (most recent call last):
File "run.py", line 20, in
from WattmanGTK import wattman
File "/home/ccheco/Documents/code/WattmanGTK/WattmanGTK/wattman.py", line 16, in
from WattmanGTK.handler import Handler # handles GUI
File "/home/ccheco/Documents/code/WattmanGTK/WattmanGTK/handler.py", line 22, in
from WattmanGTK.plot import Plot
File "/home/ccheco/Documents/code/WattmanGTK/WattmanGTK/plot.py", line 18, in
from matplotlib.figure import Figure # required for plot
File "/usr/local/lib/python3.7/site-packages/matplotlib-3.2.0rc1-py3.7-linux-x86_64.egg/matplotlib/figure.py", line 20, in
from matplotlib import backends, docstring, projections
File "/usr/local/lib/python3.7/site-packages/matplotlib-3.2.0rc1-py3.7-linux-x86_64.egg/matplotlib/projections/init.py", line 4, in
from mpl_toolkits.mplot3d import Axes3D
File "/usr/lib64/python3.7/site-packages/mpl_toolkits/mplot3d/init.py", line 1, in
from .axes3d import Axes3D
File "/usr/lib64/python3.7/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 42, in
class Axes3D(Axes):
File "/usr/lib64/python3.7/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 52, in Axes3D
azim=-60, elev=30, zscale=None, sharez=None, proj_type='persp',
File "/usr/local/lib/python3.7/site-packages/matplotlib-3.2.0rc1-py3.7-linux-x86_64.egg/matplotlib/docstring.py", line 116, in dedent_interpd
return interpd(func)
File "/usr/local/lib/python3.7/site-packages/matplotlib-3.2.0rc1-py3.7-linux-x86_64.egg/matplotlib/docstring.py", line 40, in call
func.doc %= self.params
KeyError: 'scale'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant