-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I'm super curious in testing this project. Trying to use it on windows locally (just for the beginning).
So I tried the convenient way by just downloading "photomap-windows-x64-cpu-v1.0.2.zip" and starting "photomap.exe". Git pull and installing via the install_windows.bat with python 3.12.3 leads to the same result:
2026-03-27 18:14:01 INFO: CUDA not detected. Using CPU for indexing.
2026-03-27 18:14:01 INFO: Loading...
2026-03-27 18:14:08 INFO: Using configuration file: C:\Users\XXXXX\AppData\Local\photomap\photomap\config.yaml
2026-03-27 18:14:08 INFO: Backend root directory: C:\PhotoMapAI\photomap-windows-x64-cpu-v1.0.2_internal\photomap
2026-03-27 18:14:08 INFO: Please open your browser to http://127.0.0.1:8050 to access the PhotoMapAI application
2026-03-27 18:14:08 WARNING: Current configuration will not reload as not all conditions are met, please refer to documentation.
2026-03-27 18:14:08 INFO: Started server process [56500]
2026-03-27 18:14:08 INFO: Waiting for application startup.
2026-03-27 18:14:08 INFO: Application startup complete.
2026-03-27 18:14:08 INFO: Uvicorn running on http://127.0.0.1:8050 (Press CTRL+C to quit)
In my browser I should see prompts to configure and index my first album. I can see "score=0.000" in the upper left and all buttons. But there is no prompt like "Welcome to PhotoMap!". Additionally, no buttons are responsive.
Any suggestions what I made wrong? Is there any more detailled log-file?