Daniel Sali
Daniel Sali
I drafted a possible solution to the issue here: https://github.com/snowflakedb/snowflake-connector-python/issues/616#issuecomment-806386788
I had a similar issue with MLFlow 2.0.1, had to remove the `window.top?.location.href` references from the JS front-end code.
@ewaldbervoets Yes, I removed the references from the react components, rebuilt the front-end with `craco` and copied the built files to `mlflow/server/js/build`.
Hey, I have a Python 3.10 wheel built at: https://github.com/nuvolos-cloud/PyMesh/releases/tag/v0.3.1
I could build it with gcc-9 and g++-9, maybe it would be worth explicitly specifying the gcc/g++ version in the Dockerfiles.
See https://github.com/PyMesh/PyMesh/blob/384ba882b7558ba6e8653ed263c419226c22bddf/README.md?plain=1#L118
Hi, I've forked the project, updated some dependencies and built it for Python 3.10 on Linux/X64. Code and Python wheel here: https://github.com/nuvolos-cloud/PyMesh/releases/tag/v0.3.1
I'm having problems with this issue as well, a fix would be appreciated.