manning icon indicating copy to clipboard operation
manning copied to clipboard

Files Error due to dependency on Turicreate on Windows10

Open learnnshare opened this issue 4 years ago • 1 comments

The python files depend on turicreate , but this is not available natively on Windows. For example running : Naive Bayes.ipynb gives you ModuleNotFoundError: No module named 'turicreate' but when you try to install via conda or pip -it fails ,as no support natively exists for windows 10 .

learnnshare avatar Oct 06 '20 13:10 learnnshare

Thank you for letting me know, learnshare! Luckily, turicreate is not needed for the naive Bayes chapter, so I removed it. I'm looking for solutions on the other places where it's used in the book, so any suggestions are welcome.

luisguiserrano avatar Jan 24 '21 00:01 luisguiserrano