Closed lucask07 closed 2 years ago
Could not import ok when using Windows and anaconda 3.9.7 Similar issues seem to have been noticed by the scipy community:
In addition add the DDL directory to the path using:
os.environ.setdefault('PATH', '') os.environ['PATH'] += os.pathsep + dll_dir
As explained at the bottom of this issue
Fixed with #12
Could not import ok when using Windows and anaconda 3.9.7 Similar issues seem to have been noticed by the scipy community:
In addition add the DDL directory to the path using:
As explained at the bottom of this issue