You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, sir,
For the past few days, I have been repeating my lecturer's videos regarding the operation of licbas with resources from yumorishita repository. I tried several times and ran into some problems so I restarted. My last problem appears with an error message when running batch_LiCSBAS.sh to the best of my knowledge in step 12 as follows
ValueError: A colormap named "SCM. romaO" is already registered
Is there anything I can do about this?
The text was updated successfully, but these errors were encountered:
my problem is solved thank you for the clue Mr @yumorishita . I using matplotlib version 3.4.2, with the steps I have been done below :
uninstall matplotlib pip uninstall matplotlib
install the specific version 3.4.2 conda install -c conda-forge matplotlib==3.4.2
the problem SCM.romaO error was solved for me, but when you run it again you will face some new errors like h5py need to downgrade or need to install other packages/modules. I think this is normal, like playing some puzzle let's help each other haha
Now, I can run the batch_licsbas.sh smoothly
Hello, sir,
For the past few days, I have been repeating my lecturer's videos regarding the operation of licbas with resources from yumorishita repository. I tried several times and ran into some problems so I restarted. My last problem appears with an error message when running batch_LiCSBAS.sh to the best of my knowledge in step 12 as follows
ValueError: A colormap named "SCM. romaO" is already registered
Is there anything I can do about this?

The text was updated successfully, but these errors were encountered: