3
3

More than 5 years have passed since last update.

SourceTreeにsubversionリポジトリをインポートしようとした時に発生したエラーと対処

Posted at

1つ目

エラーの内容

abort: no compatible bindings available:

Subversion 1.5.0 or later required, but no bindings were found
Subvertpy 0.7.4 or later required, but not found

Please install either Subvertpy or the Subversion Python SWIG bindings!

対応

subversionを--with-pythonオプション付きで再インストール

brew reinstall --with-python subversion

2つ目

エラーの内容

svn: E200019: ra_serf was compiled for serf 1.3.4 but loaded an incompatible 1.2.0 library

対応

古いバージョンを削除

brew remove serf

3つ目

エラーの内容

Fatal Python error: PyThreadState_Get: no current thread

対応

brewなどでインストールしたpythonを削除する

brew remove python

参考にしたページ

https://confluence.atlassian.com/pages/viewpage.action?pageId=285840840
https://groups.google.com/forum/#!topic/gurobi/ythYdXB0ntc

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3