otimgren commented on issue #1443:
URL: https://github.com/apache/hamilton/issues/1443#issuecomment-3770653766

   I think the fix is actually already in place: 
https://github.com/apache/hamilton/blob/af69af26928087f3096ad9f11a8e33fcfc5043e4/ui/backend/server/trackingserver_auth/schema.py#L28-L43
 (thanks Stefan!). 
   
   The latest release of `sf-hamilton-ui` doesn't include that change which is 
why the error still shows up when installing `sf-hamilton[sdk,ui]` from PyPI. I 
think all that's needed is a new release of `sf-hamilton-ui`?
   
   I tested by cloning the repo and installing the UI package from the latest 
main:
   - `uv pip install "sf-hamilton[sdk,ui]"` -> error when trying to run 
`hamilton ui`
   - Clone the repo and install `sf-hamilton-ui` from the local files: `pip 
install -e ./ui/backend`
   - Also need the frontend built: `cd ui/frontend/ && npm install && npm run 
build`
   - and symlinked to where Django expects it `ln -s [absolute 
path]/hamilton/ui/frontend/build [absolute 
path]/hamilton/ui/backend/server/build`
   - `hamilton ui` should then run successfully
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to