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

Missing requirments.txt #62

Open
kingpinzs opened this issue Oct 4, 2021 · 3 comments
Open

Missing requirments.txt #62

kingpinzs opened this issue Oct 4, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@kingpinzs
Copy link
Contributor

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):

  • Device type: [e.g. Raspberry Pi, Mark 1, desktop]
  • OS: [e.g. Ubuntu, Picroft]
  • Mycroft-core version: [e.g. 20.08]
  • Other versions: [e.g. Adapt v0.3.7]

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.

@kingpinzs kingpinzs added the bug Something isn't working label Oct 4, 2021
@krisgesling
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants