Issues running Python on Hamilton #83
|
Okay, so potentially stupid question incoming: I've got myself all set up on Hamilton and have run: as written on the coursework spec. However, the command So I've gone ahead with running Am I doing something wrong here? 😅 Also, just to check - does loading Python 3 override the TIA! |
Replies: 1 comment 1 reply
|
Are you running on Hamilton 7 ( As regards the pip question, you'll want to create a venv (with |
Are you running on Hamilton 7 (
hamilton.dur.ac.uk) which is end-of-life after Easter? Or Hamilton 8 (hamilton8.dur.ac.uk)? If the former, try switching to the latter.As regards the pip question, you'll want to create a venv (with
python3.9 -m venv ...), activate it, and thenpipwill be the one in your virtual environment.