Open EricG-Personal opened 4 years ago
Step1: Download a tltk package from official website pypi.org ” https://pypi.org/project/tltk/#files”
Step2: After downloading extract the .rar file “tltk-1.3.1.tar.gz”
Step3: Open setup.py inside folder the “tltk-1.3.1” t in spyder console (or) any other python console
Step4: scroll down and change the following things in screenshot
Step5: Save it and open anaconda prompt use “cd” to go to the directory of setup.py similar like in screenshot
First set drive where you unrar the package in C, D or any drive by using command “: d” or any other drive name instead of alphabet “d” press “enter”
Use cd through working directory where setup.py file exists press “enter”
Finally enter “python setup.py install --user” to get install tltk package with matplotlib added in setup.py
This will work 100% give a try.
If I pip install tltk and immediately try to import it, it will fail, complaining that matplotlib is not installed. After installing matplotlib, it will work. matplotlib should be added as a dependency in setup.py.
success