MLAlgorithms icon indicating copy to clipboard operation
MLAlgorithms copied to clipboard

Import by filename not supported

Open willettk opened this issue 9 years ago • 1 comments

I cloned the repo and tried running the example in README.md without explicit installation;

python -m examples.linear_models

I get the following result (using Mac/Anaconda/Python 2.7x):

/anaconda/bin/python: Import by filename is not supported.

Any ideas as to why the standard example won't work?

willettk avatar Nov 23 '16 14:11 willettk

I've checked exactly the same configuration, it's working for me.

Python 2.7.12 :: Anaconda 4.2.0 (x86_64)
ProductName:	Mac OS X
ProductVersion:	10.12.1
BuildVersion:	16B2555

rushter avatar Nov 24 '16 04:11 rushter