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

Classifier doesn't work under Windows #88

Closed
kamilzyla opened this issue Jul 16, 2020 · 2 comments
Closed

Classifier doesn't work under Windows #88

kamilzyla opened this issue Jul 16, 2020 · 2 comments
Assignees

Comments

@kamilzyla
Copy link
Collaborator

Steps to reproduce

  • Install the app on a Windows machine (build the installer with yarn cross-env DEBUG_PROD=true yarn package-win or download from releases).
  • Go to the "Detect animals" page.
  • Choose input and output locations (optional - the problem appears even without it).
  • Click on "Find animals!" button.

Expected behavior

The app runs the classifier and streams the progress to the user.

Actual behavior

No output is shown. The debug console shows Cannot find module '../build/Debug/pty.node' and ...d03948eb.tmp.node is not a valid Win32 application errors (only if built with debug enabled). See log and screenshot.

@kamilzyla
Copy link
Collaborator Author

@kamilzyla
Copy link
Collaborator Author

This issue was resolved with #89.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant