Thorsten Beier
Thorsten Beier
I am a bit surprised by this error. It seems like a missing `str(thePath)` somewhere. But I would not expect this to happen for certain packages only.
> > I don't know if it's worth backporting it as a patch to the emscripten build used by emscripten-forge. > > cc. [@DerThorsten](https://github.com/DerThorsten). I'd personally be up for it...
closed since rapidfuzz is available on emscripten-forge
@michaelweinold I also have problems with a lot of recipes using scikit-build. I think best is to migrate these packages to scikit-build-core. For rapidfuzz this solved all problems
I wont have time to look into this but happy to accept PRs.
> The workaround is to pin `mamba
> I guess this would suiffce ? [conda-forge/rust-feedstock#213](https://github.com/conda-forge/rust-feedstock/pull/213) > > Can get rid of the R recipe if that's the next step here Wait ? R or Rust?
@anutosh491 best would be to just try it out. If the conda-forge recipe is able to compile the rust packages here, we can get rid of our own recipe
`ImportError: dynamic module does not define module export function (PyInit__ssl)` not sure what might be missing. Maybe @wolfv has an idea. The package is an un-vendored python library normally included...
for the missing ssl I think we just need to port https://github.com/pyodide/pyodide/blob/main/packages/ssl/meta.yaml which should be not that hard (famous last words... https://github.com/emscripten-forge/recipes/pull/1223)