Open bowring opened 7 years ago
Dr. Bowring,
You can use the command:
pip install riotwatcher
To alternatively install our project. It seems that setup tools are not installed by default on all linux distributions which is where this error is originating from. But, pip is not always installed either, so in order to install it if you do not already have access to it is by the following command:
sudo apt install python-pip
I just installed a fresh version of Ubunto to my virtualmachine and followed these steps, so if it does not work for you please let me know.
Thank you for the comment!
nope
bowring@ubuntu:~/csci362-2016/Syntax-Error/TestAutomation$ python3
./scripts/runAllTests.py
Traceback (most recent call last):
File "./scripts/runAllTests.py", line 8, in
On Wed, Dec 7, 2016 at 5:51 PM, Richard Carson Smith < notifications@github.com> wrote:
Dr. Bowring,
You can use the command:
pip install riotwatcher
To alternatively install our project. It seems that setup tools are not installed by default on all linux distributions which is where this error is originating from. But, pip is not always installed either, so in order to install it if you do not already have access to it is by the following command:
sudo apt install python-pip
I just installed a fresh version of Ubunto to my virtualmachine and followed these steps, so if it does not work for you please let me know.
Thank you for the comment!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CSCI-362-02-2016/Syntax-Error/issues/1#issuecomment-265599188, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCtY-wCWTX76LAqZH_Fqs79hY7zF6Vvks5rFzhfgaJpZM4LHIOm .
-- Jim Bowring C. Richard Crosby Distinguished Teaching Co-Chair Principal Investigator, www.CIRDLES.org, www.github.com/cirdles GitHub: https://github.com/bowring
Computer Science College of Charleston 66 George Street Charleston, SC 29424
Google Voice: 843.608.1399 (preferred) Google Email: bowring@gmail.com
Office: Harbor Walk East (360 Concord Street) Room 308 843.953.0805 http://stono.cs.cofc.edu/~bowring/ bowringj@cofc.edu
R. Buckminster Fuller (1972): If humanity is to survive aboard our planet, it must become universally literate and preoccupied with inherently cooperative Comprehensive Anticipatory Design Science in which every human is concerned with accomplishing the comfortably sustainable well-faring of all other humans.
Followed readme, got this error
bowring@ubuntu:~/csci362-2016/Syntax-Error/TestAutomation/project/Riot-Watcher-master/build/lib$ python3 setup.py -install Traceback (most recent call last): File "setup.py", line 1, in
from setuptools import setup
ImportError: No module named 'setuptools'