回答編集履歴
1
途中でした
answer
CHANGED
@@ -5,4 +5,13 @@
|
|
5
5
|
|
6
6
|
PyCharmのPreference > Project Interpreter
|
7
7
|
で
|
8
|
-
c:\users\user\appdata\local\programs\python
|
8
|
+
c:\users\user\appdata\local\programs\python\python37\python37.exe
|
9
|
+
を指定すれば解決しませんか?
|
10
|
+
|
11
|
+
----
|
12
|
+
|
13
|
+
冒頭の
|
14
|
+
```
|
15
|
+
sys.path.append('/Users/user/twipat/lib/site-packages')
|
16
|
+
```
|
17
|
+
は害しかないので消しましょう。
|