Open lvbeatman opened 1 year ago
This project is basically unmaintained. It was primarily written with Python 2.7 in mind, so no guarantees are made whether it still works. I also no longer have access to Septentrio devices to make updates.
If you describe (logs, etc) what the issue is, I could perhaps help.
Hello ! Thanks for the reply. Since contacting you I found this.
https://github.com/marcojob/pysbf
Seems like the same code as yours. With this package I was able to pull a clone into PyCharm and run 1) python setup.py build 2) python setup.py install
Question for you, is that all that's required for me to import the pysbf module? From the reading I've done about cython, I expected pyd files to be created during the install. Any advice or help is appreciated! Thanks again, Luke
On Tue, Feb 21, 2023 at 2:24 PM Jashandeep Sohi @.***> wrote:
This project is basically unmaintained. It was primarily written with Python 2.7 in mind, so no guarantees are made whether it still works. I also no longer have access to Septentrio devices to make updates.
If you describe (logs, etc) what the issue is, I could perhaps help.
— Reply to this email directly, view it on GitHub https://github.com/jashandeep-sohi/pysbf/issues/4#issuecomment-1439169288, or unsubscribe https://github.com/notifications/unsubscribe-auth/A56LRDHTMMK6BMGTYIHPA2DWYU6C5ANCNFSM6AAAAAAVDIP6UQ . You are receiving this because you authored the thread.Message ID: @.***>
Hello, Just an update on my progress. Because none of the pyd files were created running the "python setup.py build" and following that with "python setup.py install" I executed: python setup.py build_ext --inplace This resulted in the creation of 3 pyd files. At this point, I can import pysbf. However, using your examples, it's crashing on the designation of the limit. Any ideas? Thanks !
[image: image.png]
On Wed, Feb 22, 2023 at 5:11 AM Luke Beatman @.***> wrote:
Hello ! Thanks for the reply. Since contacting you I found this.
https://github.com/marcojob/pysbf
Seems like the same code as yours. With this package I was able to pull a clone into PyCharm and run 1) python setup.py build 2) python setup.py install
Question for you, is that all that's required for me to import the pysbf module? From the reading I've done about cython, I expected pyd files to be created during the install. Any advice or help is appreciated! Thanks again, Luke
On Tue, Feb 21, 2023 at 2:24 PM Jashandeep Sohi @.***> wrote:
This project is basically unmaintained. It was primarily written with Python 2.7 in mind, so no guarantees are made whether it still works. I also no longer have access to Septentrio devices to make updates.
If you describe (logs, etc) what the issue is, I could perhaps help.
— Reply to this email directly, view it on GitHub https://github.com/jashandeep-sohi/pysbf/issues/4#issuecomment-1439169288, or unsubscribe https://github.com/notifications/unsubscribe-auth/A56LRDHTMMK6BMGTYIHPA2DWYU6C5ANCNFSM6AAAAAAVDIP6UQ . You are receiving this because you authored the thread.Message ID: @.***>
Interesting, I wasn't aware someone else had created a detached clone of this repo. Maybe you'll get better answer there, but what's the "crash"? Does it just segfault or can you post a traceback?
Hi, at this point I have the clone working. Looking at the source code, there is no input argument of a "limit", that's where I was going wrong. Thanks for reaching out! Luke
On Sat, Feb 25, 2023 at 6:35 PM Jashandeep Sohi @.***> wrote:
Interesting, I wasn't aware someone else had created a detached clone of this repo. Maybe you'll get better answer there, but what's the "crash"? Does it just segfault or can you post a traceback?
— Reply to this email directly, view it on GitHub https://github.com/jashandeep-sohi/pysbf/issues/4#issuecomment-1445252701, or unsubscribe https://github.com/notifications/unsubscribe-auth/A56LRDDTXNJC26QBMNBWRA3WZK6NXANCNFSM6AAAAAAVDIP6UQ . You are receiving this because you authored the thread.Message ID: @.***>
No issues necessarily, just looking for help installing and using pysbf, thanks !