Presentation is loading. Please wait.

Presentation is loading. Please wait.

Math 5364/66 Notes Installing Python Modules Jesse Crawford Department of Mathematics Tarleton State University.

Similar presentations


Presentation on theme: "Math 5364/66 Notes Installing Python Modules Jesse Crawford Department of Mathematics Tarleton State University."— Presentation transcript:

1 Math 5364/66 Notes Installing Python Modules Jesse Crawford Department of Mathematics Tarleton State University

2 Adding Anaconda to Path Variable

3 Make sure the following directories are present: C:\Users\ \AppData\Local\ Continuum\Anaconda; C:\Users\ \AppData\Local\ Continuum\Anaconda\Scripts;

4 Installing Modules with Conda Find packages at https://conda.binstar.org/

5 Installing Modules with Pip

6 Graphviz http://www.graphviz.org/

7 Add Graphviz to Path Also

8 A Problem with Pyparsing Error message: "Couldn't import dot_parser, loading of dot files will not be possible" Solution: pip uninstall pyparsing pip install –Iv https://pypi.python.org/packages/source/p/pyparsing/pyparsing- 1.5.7.tar.gz#md5=9be0fcdcc595199c646ab317c1d9a709 pip install pydot

9 Plotting Decision Trees: Technical Problems Solutions for Windows 7 (64-bit) Use Python 2 not Python 3 Install Graphviz and Add Graphviz to Path variable Install pip, uninstall pyparsing, and reinstall pyparsing Install pydot from proper directory

10


Download ppt "Math 5364/66 Notes Installing Python Modules Jesse Crawford Department of Mathematics Tarleton State University."

Similar presentations


Ads by Google