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
When I try to do py hyperion.py it returns this error:
File "C:\Users\Dorado\Desktop\Nueva carpeta\Hyperion-main\Hyperion-main\hyperion.py", line 942, in
purple = Colors.StaticMIX((Col.purple, Col.blue))
AttributeError: type object 'Colors' has no attribute 'StaticMIX'. Did you mean: 'StaticRGB'?
But when I run it on VSCode console it launches normally, but doesnt create an obfuscated file.
I would apreciate any help.
The text was updated successfully, but these errors were encountered:
When I try to do py hyperion.py it returns this error:
File "C:\Users\Dorado\Desktop\Nueva carpeta\Hyperion-main\Hyperion-main\hyperion.py", line 942, in
purple = Colors.StaticMIX((Col.purple, Col.blue))
AttributeError: type object 'Colors' has no attribute 'StaticMIX'. Did you mean: 'StaticRGB'?
But when I run it on VSCode console it launches normally, but doesnt create an obfuscated file.
I would apreciate any help.
The text was updated successfully, but these errors were encountered: