Deprecation warning when importing Processing in pyQGIS 3 The Next CEO of Stack OverflowPyQGIS couldn't import processing with standalone scriptImporting QGIS Processing in stand-alone python script?Modify the input layer when using processing algorithms from the consolePyQGIS GRASS r.reclass from Processing without resultpyQGIS 3.0 script not running with processing importPassing “self” when calling functions in modules from other modules using PyQGIS?Struggling to use Field Calculator - PyQGISOutput layer from PyQGIS 3 processing script is emptyQGIS 3.4 Processing Python Scripts folder default configuration is lostPyQGIS Processing: “memory: not found”
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
How do I go from 300 unfinished/half written blog posts, to published posts?
How should I support this large drywall patch?
How long to clear the 'suck zone' of a turbofan after start is initiated?
How to use tikz in fbox?
Opposite of a diet
Anatomically Correct Strange Women In Ponds Distributing Swords
Why did we only see the N-1 starfighters in one film?
Science fiction (dystopian) short story set after WWIII
Grabbing quick drinks
How to be diplomatic in refusing to write code that breaches the privacy of our users
Unreliable Magic - Is it worth it?
How to start emacs in "nothing" mode (`fundamental-mode`)
How can I quit an app using Terminal?
Customer Requests (Sometimes) Drive Me Bonkers!
Why do remote companies require working in the US?
Are there languages with no euphemisms?
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
How to write the block matrix in LaTex?
Which organization defines CJK Unified Ideographs?
What happens if you roll doubles 3 times then land on "Go to jail?"
Apart from "berlinern", do any other German dialects have a corresponding verb?
% symbol leads to superlong (forever?) compilations
How do spells that require an ability check vs. the caster's spell save DC work?
Deprecation warning when importing Processing in pyQGIS 3
The Next CEO of Stack OverflowPyQGIS couldn't import processing with standalone scriptImporting QGIS Processing in stand-alone python script?Modify the input layer when using processing algorithms from the consolePyQGIS GRASS r.reclass from Processing without resultpyQGIS 3.0 script not running with processing importPassing “self” when calling functions in modules from other modules using PyQGIS?Struggling to use Field Calculator - PyQGISOutput layer from PyQGIS 3 processing script is emptyQGIS 3.4 Processing Python Scripts folder default configuration is lostPyQGIS Processing: “memory: not found”
I use QGIS 3.4 with Python 3.7 and I have a warning message when importing Processing like this :
import processing
from processing.core.Processing import Processing
Here is the message :
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
What is the new way to import it without getting this DeprecationWarning ?
qgis-processing pyqgis-3 python-3 qgis-3.4 importerror
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I use QGIS 3.4 with Python 3.7 and I have a warning message when importing Processing like this :
import processing
from processing.core.Processing import Processing
Here is the message :
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
What is the new way to import it without getting this DeprecationWarning ?
qgis-processing pyqgis-3 python-3 qgis-3.4 importerror
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10
add a comment |
I use QGIS 3.4 with Python 3.7 and I have a warning message when importing Processing like this :
import processing
from processing.core.Processing import Processing
Here is the message :
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
What is the new way to import it without getting this DeprecationWarning ?
qgis-processing pyqgis-3 python-3 qgis-3.4 importerror
I use QGIS 3.4 with Python 3.7 and I have a warning message when importing Processing like this :
import processing
from processing.core.Processing import Processing
Here is the message :
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
What is the new way to import it without getting this DeprecationWarning ?
qgis-processing pyqgis-3 python-3 qgis-3.4 importerror
qgis-processing pyqgis-3 python-3 qgis-3.4 importerror
asked Feb 5 at 9:38
dmjf08dmjf08
3038
3038
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10
add a comment |
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10
add a comment |
1 Answer
1
active
oldest
votes
It's a common issue in Python collections library. Many libraries have this warning and should be updated to work with Python 3.8.
Don't worry, QGIS "processing" library should be updated before using Python 3.8. Ignore it for now.
add a comment |
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%2f311083%2fdeprecation-warning-when-importing-processing-in-pyqgis-3%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's a common issue in Python collections library. Many libraries have this warning and should be updated to work with Python 3.8.
Don't worry, QGIS "processing" library should be updated before using Python 3.8. Ignore it for now.
add a comment |
It's a common issue in Python collections library. Many libraries have this warning and should be updated to work with Python 3.8.
Don't worry, QGIS "processing" library should be updated before using Python 3.8. Ignore it for now.
add a comment |
It's a common issue in Python collections library. Many libraries have this warning and should be updated to work with Python 3.8.
Don't worry, QGIS "processing" library should be updated before using Python 3.8. Ignore it for now.
It's a common issue in Python collections library. Many libraries have this warning and should be updated to work with Python 3.8.
Don't worry, QGIS "processing" library should be updated before using Python 3.8. Ignore it for now.
answered Feb 25 at 8:47
Abel PazAbel Paz
1112
1112
add a comment |
add a comment |
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%2f311083%2fdeprecation-warning-when-importing-processing-in-pyqgis-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
there is no new way! That is a message from the library collections that is used by processing! Note: I can not reproduce it
– Fran Raga
Feb 13 at 11:10