Hi. Thanks for the great work on MPInterfaces.
On Windows 10, I got the following error using the command:
pip install MPInterfaces_Latest
File "C:\ProgramData\miniconda3\lib\distutils\util.py", line 110, in convert_path
raise ValueError("path '%s' cannot be absolute" % pathname)
ValueError: path '/home/joshua/Software/Current_MPInterfaces/MPInterfaces/mpinterfaces/scripts/__pycache__' cannot be absolute
On the other hand, no error occurs if I use
pip install MPInterfaces
(Successfully installed MPInterfaces-2020.6.19 nose-1.3.7 seaborn-0.11.0)