Open F1zzTao opened 2 years ago
@timius100 I appologize for my late reply. I had so many things going on and was not able to check my open source projects.
According to the error message
exec(code, locals())
File "<string>", line 17, in <module>
ImportError: DLL load failed while importing shell: The specified procedure could not be found.
[end of output]
This seems like when installing pyrgbdev
it was not able to find DLLs that were necessary.
So there are things that I would like to ask you:
system32
directory, it will ask for your admin permission. Please check here if you think it is the case.Again, I am really sorry for late reply. Feel free to ask me anything you need assist with.
Thanks
I'm sure I clicked "yes" when it asked for admin privileges. I use razer.
Hmm, that is kind odd.
I got 2 more questions to ask:
.dll
file in C:\Windows\System32
that is named RzChromaSDK64.dll
?I am guessing that my library was not able to find a .dll
file. When installing the library, pyrgbdev
will install Corsair ICUE SDK's DLL, however will not install Razer's RzChromaSDK64.dll
into system32.
Honestly speaking, this was my first time having this issue. I reinstalled everything so that I can find a bug or error that you are experiencing in my environment. However was not able to reproduce one.
Always feel free to ask anything you need assist with. I will do my best to find solutions for your problem.
Thanks
Sorry for my late replay.
Yes, I have razer synapse, but I don't have RzChromaSDK64.dll
in C:\Windows\System32
folder
@timius100 I am so sorry for late reply again. Recently, I was very busy with school work and could not check my personal opensource projects.
I am not sure if you have fixed it or not, but I guess it is the case with your Razer synapse missing RzChromaSDK64.dll
.
Since Using Razer features from pyrgbdeb
requires RzChromaSDK64.dll
in C:\Windows\System32
, I guess that was the problem.
If you have any other problems, or this does not help you at all, please let me know. I will be answering faster than before since my busy time was kind of over.
Thanks and again, I really appolize for my late reply.
Describe the bug When I try to install PyRGBDev from PIP or a repository (git clone) I get an error.
To Reproduce Steps to reproduce the behavior:
pip install pyrgbdev
See error:
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.