Hazon

Results 8 comments of Hazon

Because He means edit `keras_text/models/__init__.py` look for that ;)

Hey @eldyvoon , makes sense the confusion. Installing with pip installs the python library so you can use it in your python code. But playwright install installs the CLI tool...

Makes sense. I have extended the PR to include the removal of all hatch dependencies I found, and the docs up to date. Building and running here. What do you...

@MagMueller , imo you do not need hatch nor setuptools as dependencies. Not in runtime, and not in dev. With `python -m build` you will use hatchling (the minimal build...

After building, you can unzip the wheel package and check the .js is inside the package. ![Screenshot 2025-03-17 at 20 39 10](https://github.com/user-attachments/assets/a38efb0b-8db1-4832-b139-44d51dbf482c)

I think there might be an issue with the build workflows, in which you need the local dist/file to not exist, I have been using `rm -rf dist` in my...

✅ Just tested with a fresh .venv and dist and worked well. I wonder if you have dev scripts or runbooks to ensure all cache is deleted before new builds....

In my case it was the rate limit too. Already logging it properly