You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: