NicklasVraa / Color-manager

Recolor icon packs, themes, wallpapers and assets with a few clicks or lines of code.
GNU Affero General Public License v3.0
500 stars 7 forks source link

Multichromatic Recolor does not work - "AttributeError" #13

Closed Cappellohack closed 4 months ago

Cappellohack commented 4 months ago

Using the GUI.

Recoloring to multichromatic results in this error:

File "/usr/lib/python3.11/site-packages/numpy/init.py", line 333, in getattr raise AttributeError("module {!r} has no attribute " AttributeError: module 'numpy' has no attribute 'asscalar'. Did you mean: 'isscalar'?

All dependencies are installed. OS: Endeavour OS

NicklasVraa commented 4 months ago

My guess would be that your numpy package is either too old or too new (probably this). Try setting up a virtual environment and install an older version of numpy.

Cappellohack commented 4 months ago

My guess would be that your numpy package is either too old or too new (probably this). Try setting up a virtual environment and install an older version of numpy.

I ran it inside an Ubuntu 22.04 VM and it works now.