Posts by Rafael de Mattos • 45 points
3 posts
-
3
votes1
answer119
viewsQ: Library python asyncio
Hello, I am trying to install the asyncio library for Python 2.7.13 but I am not getting success, follow the error: rafamt@rafamttz:~$ Pip install asyncio` Collecting asyncio Retrying…
-
0
votes1
answer265
viewsQ: How to "reset" Python on Ubuntu 16.04 LTS
I’m having trouble in a Python library on my computer, I can’t uninstall it through Pip. I wonder if there is any way to remove the "force" library or restore Python to default configuration. Below…
pythonasked Rafael de Mattos 45 -
1
votes1
answer364
viewsQ: Error creating new Laravel project
I am trying to create my first Laravel project, I am using Ubuntu 16.04 LTS and while trying to create my new project it shows the following error: Composer create-project --prefer-dist Standard/app…