GithubHelp home page GithubHelp logo

Comments (5)

MahmoudAshraf97 avatar MahmoudAshraf97 commented on September 15, 2024

Hi @dcruiz01 , I updated the script yesterday to fix this problem, so please download the latest version and let me know if it still exists

from whisper-diarization.

ZQ-Dev8 avatar ZQ-Dev8 commented on September 15, 2024

Hey @MahmoudAshraf97. I pulled the latest script and tried it, but got the same error. I managed to fix it by replacing line 115 with:

if not os.path.exists(temp_path):
    os.mkdir(temp_path)

This got me past the error, but now I have a different error with an enormous trace. The error starts with \lib\multiprocessing\spawn.py in the environment I built for this. Have you seen this before?

Let me know if you want me to open a pull request to fix the temp_path error above.

from whisper-diarization.

MahmoudAshraf97 avatar MahmoudAshraf97 commented on September 15, 2024

@dcruiz01 no need for the pull request I implemented this fix, thanks
can you show me a gist of your new error?

from whisper-diarization.

ZQ-Dev8 avatar ZQ-Dev8 commented on September 15, 2024

@MahmoudAshraf97 thank you for your patience, here's a link to the gist showing my error on both Windows and Linux. I would really like to get this project functioning, so any assistance you can provide would be awesome.

from whisper-diarization.

ZQ-Dev8 avatar ZQ-Dev8 commented on September 15, 2024

I think I finally got it working. The solution was two-fold. First, I had to switch to windows to linux, which should have been obvious (?). Second, I had some dependencies that weren't covered by your requirements.txt file. Namely, I had to install Cython via pip, and gcc, g++ via apt-get. You might consider updating your documentation for those working out of a fresh linux image, like I was. Closing this up now.

from whisper-diarization.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.