Assignment 5 End to end test error

136 views
Skip to first unread message

Jiatang Zhou

unread,
Nov 16, 2020, 9:19:49 PM11/16/20
to cmpt-295-sfu
SFU ID: 301385130
Github username: jiatangzhou-sfu
Question:
It shows this error.


d.jpg

ashrir...@gmail.com

unread,
Nov 17, 2020, 4:39:16 PM11/17/20
to cmpt-295-sfu
Which machine are you trying on ?
pip3 install --user cryptography.

Jiatang Zhou

unread,
Nov 17, 2020, 4:57:25 PM11/17/20
to cmpt-295-sfu
I used the vm which provide on the course page.


pip.jpg


also when I run `sudo apt-get install python3-pip`
it shows 

pip2.jpg

ashrir...@gmail.com

unread,
Nov 17, 2020, 8:00:25 PM11/17/20
to cmpt-295-sfu
Two options
1) Comment line 11 in driver.py 
# import cryptography

# means comment in python.

OR

2) sudo apt-get update
    sudo apt-get install python3-pip
   pip3 install --user cryptograph # NOTICE LACK OF SUDO

Reply all
Reply to author
Forward
0 new messages