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

[INSTALL] Page not loaded error after install V1.2 #5263

Open
falcker opened this issue Dec 12, 2024 · 1 comment
Open

[INSTALL] Page not loaded error after install V1.2 #5263

falcker opened this issue Dec 12, 2024 · 1 comment
Labels
bug Bug fixes installation Installation issues

Comments

@falcker
Copy link

falcker commented Dec 12, 2024

System information

  • Windows (e.g., Linux Ubuntu 16.04):
  • Python 3.10.15 (python --version):
  • FiftyOne v1.2.0 (fiftyone --version):
  • FiftyOne installed from pip -U git+https://github.com/voxel51/fiftyone.git (pip or source):

Commands to reproduce

As thoroughly as possible, please provide the Python and/or shell commands used to encounter the issue.

# commands here
import fiftyone as fo # base library and app
fo.launch_app()

Describe the problem

Localhost:5151 opened in browser and shows Not Found

Other info/logs

static folder in server is missing, perhaps that causes it?
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

@falcker falcker added bug Bug fixes installation Installation issues labels Dec 12, 2024
@benjaminpkane
Copy link
Contributor

benjaminpkane commented Dec 12, 2024

This looks like a source install issue. You may need to rebuild the App, i.e. cd ./app && yarn install && yarn build && cd -

Or use the install script

bash install.bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes installation Installation issues
Projects
None yet
Development

No branches or pull requests

2 participants