-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: can't copy 'build/temp.linux-x86_64-cpython-311/symengine_install/lib/python3.11/site-packages/symengine/lib/symengine_wrapper.cpython-311-x86_64-linux-gnu.so': doesn't exist or not a regular file #330
Comments
I am also facing this issue with python310. Did you have any luck getting it built? @KOLANICH |
So that it works on different platforms that e.g. use `local/lib` or `site-packages`. We were doing this correctly for editable installs but not non-editable installs Longer-term I'm leaning more and more towards requiring building our copy of symengine separately first, but this is an easy strict improvement for now Fixes #330 Topic: sf-wrapper-glob Reviewers: bradley,nathan,chao,ryan-b
Try #342 ? |
So that it works on different platforms that e.g. use `local/lib` or `site-packages`. We were doing this correctly for editable installs but not non-editable installs Longer-term I'm leaning more and more towards requiring building our copy of symengine separately first, but this is an easy strict improvement for now Fixes #330 Topic: sf-wrapper-glob Reviewers: bradley,nathan,chao,ryan-b
So that it works on different platforms that e.g. use `local/lib` or `site-packages`. We were doing this correctly for editable installs but not non-editable installs Longer-term I'm leaning more and more towards requiring building our copy of symengine separately first, but this is an easy strict improvement for now Fixes #330 Topic: sf-wrapper-glob Reviewers: bradley,nathan,chao,ryan-b
So that it works on different platforms that e.g. use `local/lib` or `site-packages`. We were doing this correctly for editable installs but not non-editable installs Longer-term I'm leaning more and more towards requiring building our copy of symengine separately first, but this is an easy strict improvement for now Fixes #330 Topic: sf-wrapper-glob Reviewers: bradley,nathan,chao,ryan-b
Yes, I have built it. But I have done it semi-manually, somewhere editing |
@aaron-skydio, @bradley-solliday-skydio, @nathan-skydio, @chao-qu-skydio, @ryan-brott-skydio, thank you for fixing this. I have not tested this yet, but I hope that it works. |
Describe the bug
The whole
build/temp.linux-x86_64-cpython-311/symengine_install/lib/python3.11
doesn't exist.find
shows that the file is are inbuild/temp.linux-x86_64-cpython-311/symengine_install/local/lib/python3.11/dist-packages/symengine/lib/symengine_wrapper.cpython-311-x86_64-linux-gnu.so
To Reproduce
Steps to reproduce the behavior, e.g.:
python3 -m build -nwx .
Expected behavior
Should be built.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: