facelessuser / ColorHelper

Sublime plugin that provides helpful color previews and tooltips
https://facelessuser.github.io/ColorHelper/
MIT License
254 stars 30 forks source link

module 'ColorHelper.lib.coloraide.algebra' has no attribute 'no_nan' #269

Closed TechRoot closed 3 months ago

TechRoot commented 3 months ago

Suddently, maybe because some update i were not aware, i can no longer use the color picker "slider" function.

Clicking such button throws the following error and makes color picker irresponsive until closed. The following console error is given:

Traceback (most recent call last): File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 1698, in run_ return self.run(edit, **args) File "C:\Users\alexc\AppData\Roaming\Sublime Text\Installed Packages\ColorHelper.sublime-package\ch_picker.py", line 786, in run File "C:\Users\alexc\AppData\Roaming\Sublime Text\Installed Packages\ColorHelper.sublime-package\ch_picker.py", line 505, in get_channel AttributeError: module 'ColorHelper.lib.coloraide.algebra' has no attribute 'no_nan'

Support Info

Issue video:

https://i.imgur.com/uD1KdXM.gif

facelessuser commented 3 months ago

Hmm, looks like I may have missed a place when updating to the latest ColorAide.

facelessuser commented 3 months ago

The release has been tagged. Should be available on Package Control within the next 2 hours.

TechRoot commented 3 months ago

Thank you so much, this is very much appreciated. 💛