2022年7月29日金曜日

AttributeError: module 'sysconfig' has no attribute '_get_default_scheme'. Did you mean: 'get_default_scheme'?

AttributeError: module 'sysconfig' has no attribute '_get_default_scheme'. Did you mean: 'get_default_scheme'?

概要

pipenv install しようとしたらタイトルのエラーが発生しました
対処方法を紹介します

環境

  • Ubuntu 18.04
  • pyenv 2.2.3

対処方法

virtualenv のアップグレードと pipenv の再インストールを行いログアウト -> ログインします

  • pip install --upgrade virtualenv
  • pip install pipenv

このあとログアウトして再度ログインすれば解決するはずです

0 件のコメント:

コメントを投稿