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

Can't build on Win 10 #84

Closed
Dene33 opened this issue Oct 11, 2019 · 2 comments
Closed

Can't build on Win 10 #84

Dene33 opened this issue Oct 11, 2019 · 2 comments
Assignees
Labels
problem bug or something isn't working

Comments

@Dene33
Copy link

Dene33 commented Oct 11, 2019

Describe the bug
Can't build on Win 10

C:\Programs\label-studio>npm run start

> label-studio@0.1.6 start C:\Programs\label-studio
> npm run copy-examples && react-scripts start


> label-studio@0.1.6 copy-examples C:\Programs\label-studio
> bash scripts/copy.sh
Starting the development server...
Failed to compile.

./src/env/development.js
Module not found: Can't resolve '../examples/audio_classification' in 'C:\Programs\label-studio\src\env'




@Dene33 Dene33 added the problem bug or something isn't working label Oct 11, 2019
@shevchenkonik
Copy link
Contributor

@Dene33

Thank you, need to configure bash script for Windows environment. (https://github.com/heartexlabs/label-studio/blob/master/scripts/copy.sh). The next release will be with functionality.

But if you want to use LS with python backend you can run without development configuration:

  1. Docs: https://labelstud.io/guide/backend.html
  2. Docker:
docker run -p 8200:8200 -t -i heartexlabs/label-studio -c config.json -l ../examples/chatbot_analysis/config.xml -i ../examples/chatbot_analysis/tasks.json -o output

@niklub
Copy link
Collaborator

niklub commented Feb 26, 2020

The frontend part is moved to https://github.com/heartexlabs/label-studio-frontend
Please, report there if the problem still exists.

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

No branches or pull requests

3 participants