Closed mavaylon1 closed 4 years ago
What's the output of the following?
print(splitfolders.__version__)
0.4.2
What Python version are you using? What's your OS?
OS Catalina 10.15.6 Python 3.7.6
Do you have file named splitfolders.py
in your folder? Does it work with by using this package like this?
import split_folders
So I assume @mavaylon1 named her or his script splitfolders.py
and close this for now. If not, please comment again and we will find a solution.
import splitfolders
splitfolders.ratio("/Users/mavaylon/Research/Research_Gambier/Data_P/BP", output="/Users/mavaylon/Research/Research_Gambier/Data_P/output", seed=1337, ratio=(.7, .3), group_prefix=None) # default values
This just returns ratio is not an attribute.