回答編集履歴

4

コメント追加

2020/04/20 14:19

投稿

PINTO
PINTO

スコア351

test CHANGED
@@ -61,3 +61,17 @@
61
61
  $ sudo pip3 install vpython
62
62
 
63
63
  ```
64
+
65
+
66
+
67
+ 今回は `[...]` で省略されているエラーログの部分に重要なログが記載されていました。この手のエラーが発生した場合、まずは `Ubuntu` `openssl` `install` などのキーワードを組み合わせてWEB検索してみることをおすすめいたします。
68
+
69
+
70
+
71
+ ```console
72
+
73
+ build/temp.linux-aarch64-3.7/_openssl.c:546:10: fatal error: openssl/opensslv.h: そのようなファイルやディレクトリはありません
74
+
75
+ 546 | #include <openssl/opensslv.h>
76
+
77
+ ```

3

コマンド更新

2020/04/20 14:19

投稿

PINTO
PINTO

スコア351

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  $ sudo pip3 install pip --upgrade
34
34
 
35
- $ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
35
+ $ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev openssl
36
36
 
37
37
 
38
38
 

2

文言追記

2020/04/20 14:01

投稿

PINTO
PINTO

スコア351

test CHANGED
@@ -1,4 +1,8 @@
1
1
  まず、`cryptography`はサポートしているプラットフォームにaarch64が無いようです。
2
+
3
+ **[https://pypi.org/project/cryptography/#files](https://pypi.org/project/cryptography/#files)**
4
+
5
+ **[https://cryptography.io/en/latest/installation/#supported-platforms](https://cryptography.io/en/latest/installation/#supported-platforms)**
2
6
 
3
7
  ```
4
8
 

1

コマンド修正

2020/04/20 13:58

投稿

PINTO
PINTO

スコア351

test CHANGED
@@ -25,6 +25,8 @@
25
25
 
26
26
 
27
27
  ```console
28
+
29
+ $ sudo pip3 install pip --upgrade
28
30
 
29
31
  $ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
30
32