ERROR Python Script 7:13 Execute failed: ImportError: DLL load failed while importing _datasets_pair: The filename or extension is too long.
Hi Getting the above error when trying to import this module
these are the modules trying to import
import pandas as pd
pd.options.mode.chained_assignment = None # default=‘warn’
from datetime import datetime
import numpy as np
from numpy.random import RandomState
from sklearn import svm
Any idea/faced similar issue by anybody, support/inputs is really appreciated.
Thanks & Regards,
Gopal