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
I get TypeError: unhashable type: 'list' in File "/Python/Python310/lib/site-packages/stone/api.py", line 73, in process skin_tone_palette = normalize_palette(tone_palette)
I think this is the correct way, but I might be wrong, otherwise this is a bug.
best regards
Ernst-Georg
The text was updated successfully, but these errors were encountered:
stone -p "#6f503c #81654f #9d7a54 #bea07e #e5c8a6"
File "/Python/Python310/lib/site-packages/stone/main.py", line 123, in main
specified_palette = normalize_palette(specified_palette)
TypeError: unhashable type: 'list'
When trying to set a custom palette, e.g. in code:
I get TypeError: unhashable type: 'list' in File "/Python/Python310/lib/site-packages/stone/api.py", line 73, in process skin_tone_palette = normalize_palette(tone_palette)
I think this is the correct way, but I might be wrong, otherwise this is a bug.
best regards
Ernst-Georg
The text was updated successfully, but these errors were encountered: