Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading fbgemm.dll or one of its dependencies #96

Open
theaiguy3007 opened this issue Nov 24, 2024 · 6 comments
Open

Error loading fbgemm.dll or one of its dependencies #96

theaiguy3007 opened this issue Nov 24, 2024 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@theaiguy3007
Copy link

I did all like the instructions. but when I start I get the following error

image

@theaiguy3007
Copy link
Author

btw, same with my package I bought. After all installation this is the error. I thought maybe Im too stupid fpr manual installation and bought the package

image

@JarodMica
Copy link
Owner

btw, same with my package I bought. After all installation this is the error. I thought maybe Im too stupid fpr manual installation and bought the package

image

So it seems to be due to a library missing on your windows install - I went through this post here and there are a few things you can try: pytorch/pytorch#131662

  1. The easiest would be to try torch with a newer version, if this works, I'll have to update the version of torch being used. To test this, download the follow script and place it into the audiobook maker package. Due to github restrictions, change the name and remove the .txt from the end to turn it back into a batch script. update_torch.bat.txt then run the script.

Afterwards, test to see if start.bat will work and launche without issue. If not, try the next step

  1. Download and install Visual Studio 2022 with Desktop development with C++ to get the .dll file. Follow the post here: OSError: [WinError 126] The specified module could not be found. pytorch/pytorch#131662 (comment)

After that, try the same, launch start.bat.

Let me know how that goes. If neither of these works, I can search around and find the .dll files on my PC to share

@JarodMica JarodMica changed the title Installed all - still not working Error loading fbgemm.dll or one of its dependencies Nov 24, 2024
@JarodMica JarodMica added the help wanted Extra attention is needed label Nov 24, 2024
@theaiguy3007
Copy link
Author

theaiguy3007 commented Nov 25, 2024 via email

@theaiguy3007
Copy link
Author

Now the package seems to work. I check if it generates properly. Still dont know why the manual version is not working 🗡️

@theaiguy3007
Copy link
Author

theaiguy3007 commented Nov 25, 2024

Okay, so pyttsx3 seems to bee working. If I follow the instructions from your video, and for example use "DeepSpeed" I get the following error:

image

and also this one now when starting

image

@JarodMica
Copy link
Owner

Okay, so pyttsx3 seems to bee working. If I follow the instructions from your video, and for example use "DeepSpeed" I get the following error:

image

and also this one now when starting

image

Awesome! I'm glad to hear it's working after that update.

Unfortunately, I broke deepspeed updating torch versions, so I'll need to change a few things and it isn't useable ATM due to: #100

As for the latest error, can you download the cuda toolkit here: https://github.com/JarodMica/audiobook_maker?tab=readme-ov-file#pre-requisites

It's required even for the package build right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants