MycroftAI / mimic-recording-studio

Mimic Recording Studio is a Docker-based application you can install to record voice samples, which can then be trained into a TTS voice with Mimic2
Apache License 2.0
497 stars 115 forks source link

Missing requirments.txt #62

Open kingpinzs opened 3 years ago

kingpinzs commented 3 years ago

Describe the bug the frontend directory is missing the requirements.txt

To Reproduce Steps to reproduce the behavior:

  1. run start-windows.bat

Expected behavior Runs without the error missing requirements.txt

Log files If possible, add log files from /var/log/mycroft/ to help explain your problem.

You may also include screenshots, however screenshots of log files are often difficult to read and parse.

If you are running Mycroft, the Support Skill helps to automate gathering this information. Simply say "Create a support ticket" and the Skill will put together a support package and email it to you.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

Please think carefully about whether you have modified anything in Mycroft's code or configuration files. If so, can you reproduce this on a clean installation of Mycroft? Many "bugs" turn out to be non-standard configuration errors.

krisgesling commented 3 years ago

Hi there, thanks for logging some bug reports!

If I'm not mistaken, the backend is a Python Flask app which is why it has a requirements.txt file. Where as the frontend is a Javascript React app so its dependencies are defined in the package.json file.

Let me know if I've missed something.

krisgesling commented 3 years ago

Interesting - I just saw that start-windows.bat tries to install python dependencies for the frontend - that will never work...

I don't have a Windows machine to test with but can you delete line 81 and try again?

kingpinzs commented 3 years ago

After removing that line the error is gone and everything came up fine.