lgrahl / scripthookvpy3k

An ASI plugin for Grand Theft Auto V which allows running scripts written in Python 3 in game.
MIT License
50 stars 13 forks source link

"Unrecoverable fault - please restart game" when installing specific dependencies #7

Open lgrahl opened 9 years ago

lgrahl commented 9 years ago

The dependency aiohttp>=0.15.3 is causing an Unrecoverable fault error.

lgrahl commented 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.