BjornNyberg / Geometric-Attributes-Toolbox

The Geometric Attributes toolbox is a set of QGIS tools designed for the geometric attribute and shape characterization of modern depositional elements
GNU General Public License v3.0
67 stars 8 forks source link

Dependency missing #4

Closed garvamel closed 4 years ago

garvamel commented 4 years ago

QGIS says networkx is missing and to "fix manually". I've checked my QGIS install and networkx is present. It also imports without issue on the python console.

BjornNyberg commented 4 years ago

Thanks, QGIS includes networkx as standard in its python version so this dependency is not needed.

garvamel commented 4 years ago

Thanks for the reply, how do I use the plugin if it gives me this warning though? Should I wait for an update?

Thanks again!

BjornNyberg commented 4 years ago

Hi Garvamel,

Can you please send a screenshot and maybe I can assess the issue as I dont plan on releasing an update any time soon.

Cheers,

Bjorn


From: garvamel notifications@github.com Sent: Monday, February 17, 2020 2:43:56 PM To: BjornNyberg/Geometric-Attributes-Toolbox Cc: Bjørn Burr Nyberg; State change Subject: Re: [BjornNyberg/Geometric-Attributes-Toolbox] Dependency missing (#4)

Thanks for the reply, how do I use the plugin if it gives me this warning though? Should I wait for an update?

Thanks again!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHubhttps://github.com/BjornNyberg/Geometric-Attributes-Toolbox/issues/4?email_source=notifications&email_token=AI3DV24PVSYXVIPAOANPPV3RDKIBZA5CNFSM4KSULA3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL6OTFI#issuecomment-587000213, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AI3DV272LDKLYPZIF2Z246DRDKIBZANCNFSM4KSULA3A.

garvamel commented 4 years ago

I just reinstalled it for the warning to pop up and now it didn't, and it shows up on the toolbox, miracle? Haha. Thanks though!

AbelVM commented 4 years ago

Missing networkx and scipy in 3.12 QGIS :(

BjornNyberg commented 4 years ago

@AbelVM Are you on a Mac OS? In that case you will need to install networkx and scipy manually to your python interpreter.

AbelVM commented 4 years ago

Ubuntu 18.04.1 here

I manually installed both libraries and now it works, but it should take care of the dependencies on install, isn't it?

BjornNyberg commented 4 years ago

@AbelVM As far as im aware - QGIS will only warn that dependencies are missing but will not install libraries to ensure that it will not automatically break the python dependencies that QGIS or your other plugins require.