2021-04-03 09:10:17

hello
when i try to wright any code from earwax it's show this message in the cmd window.
ImportError: DLL load failed while importing synthizer: The specified module could not be found.                       
there any fix?
thanks

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 10:17:22

pip uninstall synthizer, pip install synthizer

2021-04-03 12:15:11

@2 same problem

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 12:15:35

can you give me examble for make window maby error from my code

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 12:18:07

The problem is not from your code, Python sees the synthizer.pyd thing but it can't load it do to probably compatability issues so python says it can't find it but the real problem is that it can't load it, So you maybe need to wait for chris or camlorn to see how is this fixed.

2021-04-03 13:38:27

What version of Python are you running? I need version, architecture, and OS, just to be on the safe side please. If you can copy the first line that python prints when you type python and press enter please.

-----
I have code on GitHub

2021-04-03 14:25:17

@6 you mean this?
Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:43:08) [MSC v.1926 32 bit (Intel)] on win32

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 15:11:41

you need to upgrade to a 64-bit OS

2021-04-03 15:21:25

@8
Or at least a 64 BIT version of Python.

I thought Camlorn had started building 32 bit binaries too, but I could be wrong.

-----
I have code on GitHub

2021-04-03 15:29:08

@8, how i can update it? can i do it from the cmd?

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 15:35:30

if you have a 64-bit os go to where you downloaded python and there should be an option to download an x86-64 version you could download and install

2021-04-03 15:40:22

If you're on a 32 bit system, you're out of luck. If you're on a 64 bit system and you have a 32 bit version of python, that can easily be fixed by simply downloading the 64 bit version.

Facts with Tom MacDonald, Adam Calhoun, and Dax
End racism
End division
Become united

2021-04-03 15:59:13

@12 i have 64 bits windows, but if i downloaded the 64 version i will luse my modules wich installed?

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 16:34:13

I installed the 64-bit version of Python and the issue is fixed, thank you all.

battle.net tag abdallah#22878 the new one because i lost my previous account
my facebook

2021-04-03 17:40:54

I did fix 32-bit Synthizer and there are 32-bit wheels on Pypi.  It should have failed at pip install if this was broken.  I will check it against 32-bit Python again on my system, but I know that this worked at least once.

My Blog
Twitter: @ajhicks1992

2021-04-03 18:13:27

Yeah, installing Synthizer 32-bit works fine here against Python 3.7.   For some reason I don't have local 32-bit Python 3.8 and/or 3.9, but if someone can confirm that this is a problem in a fresh virtualenv I'll go through the trouble of getting them (if you're not using a virtualenv you're on your own, sorry--this is too difficult to troubleshoot without full access to your machine otherwise).

My Blog
Twitter: @ajhicks1992

2021-04-03 18:26:32 (edited by bhanuponguru 2021-04-03 18:27:18)

and also, you can build them your self by instlling visual studio 2019 with desktop development with c++ checked or with visual studio buildtools 2019 with c++ development option checked.
and following the instructions in readme

if you like this post, please thum it up!
if you like to see my projects, feel free to check out my github
if you want to contact me, you can do here by skype. or you can follow me on twitter: @bhanuponguru
discord: bhanu#7882

2021-04-03 18:47:57

yeah, but on Windows if that's necessary it's a bug.  This should "just work".

My Blog
Twitter: @ajhicks1992