I hope this messages finds you well
I run and install partition finder in python 2.7 environment but i got error messages. I don't know whats wrong. Anyone can point out the problem. Thanks in advance
**** ERROR ****
Could not find the dependency tables, please check that you have followed the installation instructions in the manual and try again.
PartitionFinder 2 (unlike PartitionFinder 1) requires a few other Python packages to work. All of these can be installed very easily, in a single click, by installing the Python 2.7.x version of the Anaconda Python distrubition, which you can find here (remember to get the 2.7 version!):
https://www.continuum.io/downloadsFurther instructions are in the installation section of the manual, which points out a number of other differences between PartitionFinder 1 and PartitionFinder 2 too.
***************
Traceback (most recent call last):
File "PartitionFinder.py", line 20, in <module>
from partfinder import dependencies
File "D:\partitionfinder-2.1.1\partfinder\dependencies.py", line 43, in <module>
raise ImportError
ImportError
Appreciate any suggestions.