-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' #203
Comments
I'm having the same issue, please advice |
안녕하세요. 혹시 해결하셨을까요? 저도 어려움이 있네요 ㅜㅜ |
아니요 ㅠㅠ 해결하지 못하고 그냥 뎁스맵으로 했네욥 ㅠㅠ
네이버 메일앱에서 보냈습니다.
-----Original Message-----
보낸사람: ***@***.***>
받는사람: ***@***.***>
참조: ***@***.***>, ***@***.***>
날짜: 2023. 3. 25 오후 3:41:17
제목: Re: [SpaceGroupUCL/qgisSpaceSyntaxToolkit] AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' (Issue #203)
안녕하세요. 혹시 해결하셨을까요? 저도 어려움이 있네요 ㅜㅜ
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
아 ㅠㅠ 저도 뎁스맵으로 분석할게 있는데 파일크기가 커서 그런지 안돌아가네요 ㅜㅜ
혹시 축선도 작성에서 한번씩 꺼지던데 왜그런지 아시나요??
…-----Original Message-----
From: ***@***.***>
To: ***@***.***>;
Cc: ***@***.***>; ***@***.***>;
Sent: 2023-03-25 (토) 15:42:30 (GMT+09:00)
Subject: Re: [SpaceGroupUCL/qgisSpaceSyntaxToolkit] AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' (Issue #203)
아니요 ㅠㅠ 해결하지 못하고 그냥 뎁스맵으로 했네욥 ㅠㅠ
네이버 메일앱에서 보냈습니다.
-----Original Message-----
보낸사람: ***@***.***>
받는사람: ***@***.***>
참조: ***@***.***>, ***@***.***>
날짜: 2023. 3. 25 오후 3:41:17
제목: Re: [SpaceGroupUCL/qgisSpaceSyntaxToolkit] AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' (Issue #203)
안녕하세요. 혹시 해결하셨을까요? 저도 어려움이 있네요 ㅜㅜ
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@jorgegil I've also been looking at this issue which I think is the same/related to #199, #203, #188, #164 & #189. As far as I can see this was actually fixed by #194 in December 2021 - potentially the reason that this issue keeps getting reported is that it looks like the Space Syntax Toolkit Plugin in QGIS is still version 0.3.9 from March 2021. I don't know what you think, but getting a newer version into the QGIS Plugins might stop this issue being reported? |
@n-bristow Thanks for pointing this out. I have made a new release 0.3.10 available in github for now. I would appreciate if people that flagged the issue (#199 , #188, #189, #203) would install this v0.3.10 in QGIS from the downloaded zip and test it. If it works, I will publish it in the QGIS plugins repository for automated updates. Apologies for the slow response, since I am not actively involved in SST development any more. The contributions and fixes from the community are greatly appreciated! |
@jorgegil Many thanks for this, I will try the zip and feedback. Thanks again. |
Just an immediate bit of feedback on this - I'm getting an error when I try to install the zip on both windows and mac which I've copied below. I'll see if I can look into it a bit more, but just posting it here incase it is obvious. @jorgegil I'm mindful of your comment about not being actively involved in development! Couldn't load plugin 'esstoolkit_0_3_10' due to an error when calling its classFactory() method ModuleNotFoundError: No module named 'esstoolkit' Python version: 3.8.7 (default, Feb 10 2021, 09:04:08) [Clang 12.0.0 (clang-1200.0.32.29)] |
I think this is because the folder inside the zip is called
Manually renaming that folder to |
Thanks for checking @n-bristow! Makes sense. |
That sounds good, thanks @jorgegil |
I've merged the latest fixes to the code (thank you @n-bristow !) and did a quick test. The "esstoolkit.zip" in the release is updated accordingly. I will wait a few days for feedback from @n-bristow or others on this latest fix, then I'll upload to the QGIS plugins repository. |
I'm currently having problem with :
AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes'
My Settings :
On Windows 10, Qgis 3.28, DepthmapXnet 0.35 I get the following error, when running an analysis with these settings:
(This setting is almost same as the issue Attribute error: 'DepthmapNetEngine' object has no attribute 'analysis_nodes' #199, except 'distance')
For your information, I attach the source file I'm aiming to analyse
https://drive.google.com/drive/folders/1EvjhHaJsjFNaWJoKwTQr5EaFOxE4PFX5?usp=sharing
2022-02-10T13:45:42 WARNING Traceback (most recent call last): File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\AnalysisTool.py", line 690, in check_analysis_progress step, progress = self.analysis_engine.get_progress(self.axial_analysis_settings, self.datastore) File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\DepthmapNetEngine.py", line 125, in get_progress return self.parse_progress(msg) File "C:\Users/XXXX/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\esstoolkit\analysis\DepthmapNetEngine.py", line 102, in parse_progress if self.analysis_nodes > 0: AttributeError: 'DepthmapNetEngine' object has no attribute 'analysis_nodes'
The text was updated successfully, but these errors were encountered: