dongzhang0725 / PhyloSuite

PhyloSuite is an integrated and scalable desktop platform for streamlined molecular sequence data management and evolutionary phylogenetics studies
GNU General Public License v3.0
140 stars 24 forks source link

AttributeError: 'NoneType' object has no attribute 'group #38

Closed Daitargao closed 2 years ago

Daitargao commented 2 years ago

When I open my Phylosuite the program give one error as below.

Traceback (most recent call last): File "codes\src\factory.py", line 2089, in slot AttributeError: 'NoneType' object has no attribute 'group'

best regard

dongzhang0725 commented 2 years ago

This problematic message is associated with a function that check if there is new version of PhyloSuite available, thus it will not affect the usage of PhyloSuite, so just click ok and use PhyloSuite normally. This problem is caused by your network, you can suppress it via unchecking "Check updates when opening PhyloSuite" chekbox in Settings --> Settings --> General menu.

Daitargao commented 2 years ago

thankyou Dong for this answer.