remotesensinginfo / classaccuracy

A QGIS plugin which aids the assessment of classification accuracy derived from earth observation data
11 stars 11 forks source link

Error when installing the classAccuracy plugin from zip #2

Closed oytisa closed 3 years ago

oytisa commented 3 years ago

During the installation from zip file, an error occurred in QGIS 3.10.10 here below is the error report. I guess if the hyphen is a problem or Plugin name mismatch: the plugin main folder name in the compressed file and the original plugin package name. xxxx

breylla commented 3 years ago

I got the same error!

Nevarro commented 3 years ago

Got the same error as well.

Edit: Unzip the file and re-zip the folder "ClassAccuracyMain" without the README.md-file. Then add the newly created zip-file as a QGIS plugin (got the tip from NASA ARSET).

breylla commented 3 years ago

Thank you @Phoara It worked :)

klh5 commented 3 years ago

In case it helps anyone, I also had to remove "QVersionNumber" from the list of imports in rsgisclassacc.py.

oytisa commented 3 years ago

Thank you Phoara for saving my time. It worked!