[mac os x sierra] raven==5.27.0 distribution was not found and is required by gitfs
See original GitHub issue$ brew --version
Homebrew 1.2.4
Homebrew/homebrew-core (git revision ff3c; last commit 2017-07-06)
$ uname -mrs
Darwin 16.6.0 x86_64
$ brew cask install osxfuse
# success
$ brew install gitfs
# success
$ gitfs http://52.64.121.123/issues.git issues
Traceback (most recent call last):
File "/usr/local/bin/gitfs", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3036, in <module>
@_call_aside
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
f(*args, **kwargs)
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 654, in _build_master
ws.require(__requires__)
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/Cellar/gitfs/0.4.5.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'raven==5.27.0' distribution was not found and is required by gitfs
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Git doesn't work after upgrading Mac OS X El Capitan [duplicate]
Git doesn't work after upgrading Mac OS X El Capitan. After installing El Capitan, I have this error when I'm doing a git...
Read more >autogen.sh fails on Mac OS X 10.6.8 · Issue #6 - GitHub
What steps will reproduce the problem? 1. Clone the git repo 2. Install all required dependencies 3. Run autogen.sh What is the expected...
Read more >Why is Git not found after installing OS X Lion? - Ask Different
Xcode 4(4.0-4.2) drops git into /Developer/usr/bin along with most of the other tools you need like make and gcc. It might be simplest...
Read more >Download for macOS - Git SCM
Download for macOS. There are several options for installing Git on macOS. Note that any non-source distributions are provided by third parties, and...
Read more >macOS, the command line developer tool missing after ...
After that, I found both python and git are no longer working properly ... /Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -find git 2> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
tried to resolve dependency
The homebrew formula was updated. Can you please try again?