MACのpython3でtweepyを使える様にしたいのですがエラー対応に困っています。
私見では、python3.7.6を使っているのに、「pip install tweepy」でまちがってpython2.7のフォルダーにインストールされてしまっていますが、再インストールもできず、パスの追加も効果が見られず困っています。ご教授頂けると幸いです。
(ターミナルではimportできている様子ですが、VScodeで実行しようとするとエラーになります。)OS再起動しても現象は変わってくれません。
Mac OS : Catalina ver10.15.3
Visual studio code : 1.41.1
--- VScodeのエラーの状況 ----
import tweeps
^^^^^^
に波線がでてインポートされていない表示が出てしまいます。
詳細状況ですが、
ターミナルで
pip show tweepy
のコマンドを叩くと
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Name: tweepy
Version: 3.8.0
Summary: Twitter library for python
Home-page: http://github.com/tweepy/tweepy
Author: Joshua Roesslein
Author-email: tweepy@googlegroups.com
License: MIT
Location: /Library/Python/2.7/site-packages
Requires: PySocks, requests-oauthlib, six, requests
Required-by:
で正常インストールされている感じです。
ターミナルで
python
のコマンドを叩いて
Python 3.7.6 (v3.7.6:43364a7ae0, Dec 18 2019, 14:18:50)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import tweepy
のコマンドを叩いてもエラーにならないので正常にインストールされている様です。
そこでpathが通っていないか調べました。
export -p のコマンドを叩くと
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/_/Library/Python/2.7/lib/python/site-packages"
でPATHは通っている感じです。
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/02/02 05:20