Hello there :hand: Maybe someone else experienc...
# ask-the-community
n
Hello there Maybe someone else experienced Segmentation fault issue when running
pyflyte package
and have some tips and tricks how to solve or investigate it? The exact command is :
pyflyte --pkgs ssp_sim_pipelines package --image <some_image> --force
The last messages it outputs
Copy code
Successfully packaged 8 flyte objects into /Users/nadiiag/workspace/ssp-sim-pipelines/_qstyx/flyte-package.tgz
zsh: segmentation fault /Users/nadiiag/.pyenv/versions/ssp-sim/bin/pyflyte --pkgs ssp_sim_pipelines
there is nothing useful in the verbose mode as well Unfortunately I haven’t found how to make core dumps on my machine (MacBook M1 Max Ventura OS), previous workarounds (https://developer.apple.com/forums/thread/694233) don’t works for me It would also be great if anyone has any suggestions how to enable them
s
Hi Nadiia, aren't the tasks/workflows getting registered despite the segmentation fault?
n
Hi Samhita No, I don't see it registered
d
@Nadiia what Python version are you using?
n
3.8.12
s
Sorry, I meant don't you see the tgz file? @Nadiia
n
Yes, tgz files are generated
s
In that case, you can run the
flytectl register
command. I used to encounter the segmentation fault error as well, but everything used to work fine.
n
oh, ok, I will check that, thanks for some reason I haven't even tried that the package command has been executed as part of scheduling via styx, and I have't thought about proceeding the rest of the steps manually