You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find where a poetry installed ray. Any. pointers appreciated!
I'm using Python 3.10. I installed poetry into a Docker image starting from nvidia/cuda:12.3.1-base-ubuntu22.04 with Python/Poetry installed as follows:
I'm doing everything as root (I know). Then I installed ray 2.9.1. My pyproject.toml lists: ray = {version = "2.9.1", extras = ["data", "default", "serve", "train"]}
When I run poetry show ray it prints out:
version : 2.9.1
description : Ray provides a simple, universal API for building distributed applications.
But poetry run ray prints Command not found: ray and I've gone spelunking through all the cache/virtualenv directories I can find and can't find ray anywhere. I found the other installed libraries in /root/.cache/pypoetry/virtualenvs/flock-9TtSrW0h-py3.10/lib/python3.10/site-packages but not ray. Any ideas where ray might have been installed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't find where a poetry installed
ray. Any. pointers appreciated!I'm using Python 3.10. I installed poetry into a Docker image starting from
nvidia/cuda:12.3.1-base-ubuntu22.04with Python/Poetry installed as follows:I'm doing everything as root (I know). Then I installed ray 2.9.1. My pyproject.toml lists:
ray = {version = "2.9.1", extras = ["data", "default", "serve", "train"]}When I run
poetry show rayit prints out:But
poetry run rayprintsCommand not found: rayand I've gone spelunking through all the cache/virtualenv directories I can find and can't find ray anywhere. I found the other installed libraries in/root/.cache/pypoetry/virtualenvs/flock-9TtSrW0h-py3.10/lib/python3.10/site-packagesbut not ray. Any ideas where ray might have been installed?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions