-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug] runner.js not bundled in fresh install on latest RC tags #7490
Comments
Thanks @seanbyrne88 ! Tagging @arnavsinghvi11 |
Hi @seanbyrne88 , thanks for sharing! Could you share the stack trace you're seeing and the minimal example using PoT you're running? (also, was this working for you before on any past versions?) |
Thanks will put something together tonight. I pip installed from the release sha and it looked like PoT expected runner to be in the primitives directory. Confirmed that deno works and I dropped runner.js in there manually and it did work after that. Will put together an example though. Installed using pip and pyenv. |
Used example from here on 2.6.0
When I execute this I get:
When I step through using a debugger I see in To verify deno I run deno --version
deno.2.1.7 (stable, release, aarch64-apple-darwin)
v8 13.0.245.12-rusty
typescript 5.6.2 |
When I used poetry like in the CI process it adds runner.js. Are you able to repro with a pip install from pypi now that the latest release is there? EDIT: Grabbed the whl and source distributions on pypi and runner.js is not there either. |
Thanks @seanbyrne88 ! We're looking into this |
Thanks @seanbyrne88 ! I still wasn't able to reproduce this error on a fresh env with the latest pypi release, but we can try a couple things here: -we have an updated PoT tutorial that's in an open PR that you can use instead of the one currently on the page - will be merged soon! (likely won't resolve your error but just to keep your testing updated)
If this resolves it, I can push out a PR for this to have the pypi installation updated. Feel free to share your OS and any additional env details that can help with debugging if none of these work. |
I ran into the same issue with this. When install with poetry add [email protected], i don't see it bundled runner.js |
Hi @seanbyrne88 @hung-phan , we've migrated from using setup.py and now |
@arnavsinghvi11 The release 2.6.6 from PyPI is still broken, there's no SHA256 |
No permission to reopen this issue. Opened a new one for awareness #7853 |
👍 The issue is not fixed |
What happened?
Working off a fresh install on the latest RC, runner.js is not bundled and errors out when running Program of Thought.
Steps to reproduce
Fresh install and run any program of thought application.
DSPy version
2.6.0rc8
The text was updated successfully, but these errors were encountered: