Re: Building dev docker image

2024-09-20 Thread Joey Tran
I commented out the cython dep in pyproject and then removed the out of date .so files and was able to run `pytest apache_beam/pvalue_test.py` 🎉. Thanks for the help! On Thu, Sep 19, 2024 at 7:21 PM Valentyn Tymofieiev via dev < dev@beam.apache.org> wrote: > or alternatively, commenting-out the c

Re: Building dev docker image

2024-09-19 Thread Valentyn Tymofieiev via dev
On Thu, Sep 19, 2024 at 4:06 PM Robert Bradshaw via dev wrote: > > > On Thu, Sep 19, 2024 at 3:43 PM Joey Tran > wrote: > >> Ah okay then. I commented out the goavro line and the image does finish >> building. It seems that the python still has be built which takes a bit >> (using ` pip install

Re: Building dev docker image

2024-09-19 Thread Valentyn Tymofieiev via dev
or alternatively, commenting-out the cython dep in pyproject.toml might remove cythonization too. On Thu, Sep 19, 2024 at 4:16 PM Joey Tran wrote: > cython isn't installed in the virtualenv. Running `pip uninstall cython` > resulted in: > `WARNING: Skipping cython as it is not installed.` > > On

Re: Building dev docker image

2024-09-19 Thread Joey Tran
cython isn't installed in the virtualenv. Running `pip uninstall cython` resulted in: `WARNING: Skipping cython as it is not installed.` On Thu, Sep 19, 2024 at 7:05 PM Robert Bradshaw via dev wrote: > > > On Thu, Sep 19, 2024 at 3:43 PM Joey Tran > wrote: > >> Ah okay then. I commented out the

Re: Building dev docker image

2024-09-19 Thread Robert Bradshaw via dev
On Thu, Sep 19, 2024 at 3:43 PM Joey Tran wrote: > Ah okay then. I commented out the goavro line and the image does finish > building. It seems that the python still has be built which takes a bit > (using ` pip install -e .[gcp,test]` inside the sdks/python directory). It > looks like the source

Re: Building dev docker image

2024-09-19 Thread Joey Tran
Ah okay then. I commented out the goavro line and the image does finish building. It seems that the python still has be built which takes a bit (using ` pip install -e .[gcp,test]` inside the sdks/python directory). It looks like the source isn't synced with the host system it doesn't look like the

Re: Building dev docker image

2024-09-19 Thread Robert Burke
To my knowledge, the "dev" docker image is unmaintained, and has been for quite some time, hence not having been moved to Go Modules and similar. I personally don't have time to delve into what's going on with it, but IIRC, deleting the weird goavro lines would be a good first step. I'd be happy