Open lgrahl opened 9 years ago
The error is likely caused by setup.py
of aiohttp. In this specific case, the package has been blacklisted (new feature in 06280ad46d9d5e25d179e2e32f44574e73c39218). I'll try another approach for installing dependencies. If it doesn't work, we'll just have to blacklist packages that cause this problem.
The dependency
aiohttp>=0.15.3
is causing an Unrecoverable fault error.