beary

Results 4 comments of beary

I met the same problem when I buildout as "getting-started" document said. ([http://docs.buildout.org/en/latest/getting-started.html#installing-software](http://docs.buildout.org/en/latest/getting-started.html#installing-software)) Python 3.6.1 buildout 2.9.3 And this problem was resolved after I use buildout 2.8.0. I have tried...

@leorochael ``` $ pyenv install 3.6.1 ... $ pyenv virtualenv 3.6.1 env361 ... $ pyenv local env361 (env361) $ pip install zc.buildout ... (env361) $ pip freeze --all pip==9.0.1 setuptools==28.8.0...

Thanks for @VincentSastra providing the solution here: https://github.com/oblador/react-native-vector-icons/issues/1508#issuecomment-1664993744 And I created a post-install script to automate this, here is my code ```diff /* package.json */ ... "scripts": { "android": "react-native...