Error when starting QGIS 3Installing QGIS on Mac OS Sierra 10.12.5. “The GDAL 2.1 framework is required.”“ImportError: No module named gdalsrsinfo” What's the issue?Couldn't load plugin PRISM due an error when calling its classFactory() method in QGIS1.8 inWin8Couldn't load plugin sextantelwgeomprovider, QGIS 2.0.1 on Ubuntu 14.04.2How to call a package in QGIS python console?Cannot update GDAL on UbuntuProblem with dicttoxml module import“Couldn't load plugin mmqgis due to an error when calling its classFactory() method”No module named 'processing.core.AlgorithmProvider' in QGIS3QGIS 3.0 not able to load processing pluginCan't download semi-automatic classifications plugin
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
Email Account under attack (really) - anything I can do?
Is Social Media Science Fiction?
The magic money tree problem
The use of multiple foreign keys on same column in SQL Server
"which" command doesn't work / path of Safari?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
I probably found a bug with the sudo apt install function
N.B. ligature in Latex
Infinite past with a beginning?
How to report a triplet of septets in NMR tabulation?
What would the Romans have called "sorcery"?
What is the meaning of "of trouble" in the following sentence?
What defenses are there against being summoned by the Gate spell?
What typically incentivizes a professor to change jobs to a lower ranking university?
Example of a relative pronoun
My colleague's body is amazing
Prevent a directory in /tmp from being deleted
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Could a US political party gain complete control over the government by removing checks & balances?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
How can I fix this gap between bookcases I made?
A function which translates a sentence to title-case
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Error when starting QGIS 3
Installing QGIS on Mac OS Sierra 10.12.5. “The GDAL 2.1 framework is required.”“ImportError: No module named gdalsrsinfo” What's the issue?Couldn't load plugin PRISM due an error when calling its classFactory() method in QGIS1.8 inWin8Couldn't load plugin sextantelwgeomprovider, QGIS 2.0.1 on Ubuntu 14.04.2How to call a package in QGIS python console?Cannot update GDAL on UbuntuProblem with dicttoxml module import“Couldn't load plugin mmqgis due to an error when calling its classFactory() method”No module named 'processing.core.AlgorithmProvider' in QGIS3QGIS 3.0 not able to load processing pluginCan't download semi-automatic classifications plugin
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I get an error when starting QGIS 3.
Then I type this into python console:
import matplotlib.pyplot as plt
See response below.
What is the problem?
Python Console
Use iface to access QGIS API interface or Type help(iface) for more info
Security warning: typing commands from an untrusted source can lead to data loss and/or leak
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'matplotlib'
Something wrong with the installation?
Should I uninstall, delete everything and re-intall?
python qgis-3
add a comment |
I get an error when starting QGIS 3.
Then I type this into python console:
import matplotlib.pyplot as plt
See response below.
What is the problem?
Python Console
Use iface to access QGIS API interface or Type help(iface) for more info
Security warning: typing commands from an untrusted source can lead to data loss and/or leak
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'matplotlib'
Something wrong with the installation?
Should I uninstall, delete everything and re-intall?
python qgis-3
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30
add a comment |
I get an error when starting QGIS 3.
Then I type this into python console:
import matplotlib.pyplot as plt
See response below.
What is the problem?
Python Console
Use iface to access QGIS API interface or Type help(iface) for more info
Security warning: typing commands from an untrusted source can lead to data loss and/or leak
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'matplotlib'
Something wrong with the installation?
Should I uninstall, delete everything and re-intall?
python qgis-3
I get an error when starting QGIS 3.
Then I type this into python console:
import matplotlib.pyplot as plt
See response below.
What is the problem?
Python Console
Use iface to access QGIS API interface or Type help(iface) for more info
Security warning: typing commands from an untrusted source can lead to data loss and/or leak
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/code.py", line 91, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'matplotlib'
Something wrong with the installation?
Should I uninstall, delete everything and re-intall?
python qgis-3
python qgis-3
edited Apr 3 at 17:34
MrXsquared
2,0111620
2,0111620
asked Apr 3 at 17:24
charlie mikecharlie mike
212
212
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30
add a comment |
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317685%2ferror-when-starting-qgis-3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317685%2ferror-when-starting-qgis-3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Thanks MrXsquared for editing. Any way I can paste the syntax better - like the way that you made it look ?
– charlie mike
Apr 3 at 17:43
gis.stackexchange.com/questions/246187/… - might do it.
– RoperMaps
Apr 3 at 19:30