Metaplot is successfully installed as described in README, but the following error is encountered when attempting to use metaplot:
Traceback (most recent call last):
File "/home/username/anaconda3/envs/fancy_env/bin/mpl", line 11, in <module>
load_entry_point('metaplot', 'console_scripts', 'mpl')()
File "/home/username/Documents/metaplot/metaplot/cli.py", line 96, in mpl
df = DataFrame(f)
File "/home/username/Documents/metaplot/metaplot/core.py", line 134, in __init__
self._init_from_filename(arg)
File "/home/username/Documents/metaplot/metaplot/core.py", line 142, in _init_from_filename
self._init_from_file(file)
File "/home/username/Documents/metaplot/metaplot/core.py", line 146, in _init_from_file
reader = plugin_manager.get_reader(file)
File "/home/username/Documents/metaplot/metaplot/api.py", line 139, in get_reader
self.load_plugins()
File "/home/username/Documents/metaplot/metaplot/api.py", line 131, in load_plugins
for file in os.listdir(path):
FileNotFoundError: [Errno 2] No such file or directory: '/home/username/.metaplot/plugins'
Metaplot is successfully installed as described in README, but the following error is encountered when attempting to use metaplot: