You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the latest version of ply API has changed (and that version is here for pretty long time). But the code in the repo (skymarshal component) still uses the API of the old version.
To Reproduce
Steps to reproduce the behavior, e.g.:
We'd potentially be open to also supporting from-source installs of unreleased versions of ply, or some more recent release if there is one that I'm missing, if it isn't too annoying to support both versions (I don't think we'd drop support for the released version on PyPI). We'd be happy to take a look if you want to submit a PR, I'm not really sure how involved it is to support both
Describe the bug
In the latest version of
ply
API has changed (and that version is here for pretty long time). But the code in the repo (skymarshal
component) still uses the API of the old version.To Reproduce
Steps to reproduce the behavior, e.g.:
git clone https://github.com/dabeaz/ply
cd ply
python3 -m build -nwx .
sudo pip3 install --upgrade ./dist/*.whl
cd ../
git clone https://github.com/symforce-org/symforce
cd third_party/skymarshal
python3 -m buld -nwx .
sudo pip3 install --upgrade ./dist/*.whl
cd ../../
python3 -m buld -nwx .
Expected behavior
Should be compatible to all the new and the old API of ply.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: