Created
February 23, 2018 06:44
-
-
Save bayoishola20/cabc702c2f88e1639b2014e9f1d48627 to your computer and use it in GitHub Desktop.
QGIS installations and issues tricks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#If you have issues with importing the future package upon starting QGIS, you would most likely need these. | |
`sudo pip install future` | |
`sudo pip install urllib3` | |
`sudo pip install numpy` | |
`sudo pip install chardet` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment