Closed durack1 closed 3 years ago
I use /usr/share/python/synda/sdt/bin/python2.7
@painter1 thanks, did you install using the rpms, or did you undertake an install from source? (I'm guessing the latter)
@AtefBN @glevava ping!
Cameron Harr did the installs. So I don't know, but it was very probably from rpms.
I used rpms for scientific Linux
Sent from my iPhone
On May 9, 2019, at 11:45 AM, Jeffrey Painter notifications@github.com<mailto:notifications@github.com> wrote:
Cameron Harr did the installs. So I don't know, but it was very probably from rpms.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Prodiguer/synda/issues/111#issuecomment-491021050, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADSKYQQSYH5U6RHU4WQH3M3PURWJ3ANCNFSM4HL47N6Q.
@durack1 Hi Paul, yes there's an issue with the myproxyclient dependency if you're running on python 2.6 and the release currently I'm working on is 2.7 exclusively. I'm choosing to go to 2.7 for now in preparation for the synda release on python 3.
@AtefBN sounds great, let me know when you expect a new release and I'll give it a go.
Also wondering if a conda release is likely, that might reduce the overhead of *.rpm building for you guys a little?
@durack1 Very soon. Currently working out a few bugs. I'll let you guys know when it's live and you'll be my testers :+1: For the time being the release i'm working on is via PIP. Conda is not out of question but I think packaging via pypi should be enough since there shouldn't be conflicting dependencies and at worst it could be installed within virtualenv.
@AtefBN sounds great! FYI, we're always a good test case as the security imposed at LLNL means certificate issues etc are an ongoing challenge, and pip distributions often just don't work. We've managed to standardize on conda for most of the packages here (e.g. https://anaconda.org/CDAT, https://anaconda.org/PCMDI/), which has worked great, and enable relatively nimble installation across a large array of linux and python2/3 environment variants.
@dnadeau4 @doutriaux1 and others here should be available to provide some conda recipe examples if you wanted to fast-track such a release
Thanks for all the work that you're doing to modernize synda. I was wondering if there are any updates regarding Python3 support. Is the Python3 branch stable/ready enough for public testing?
Unfortunately not yet. But I'm working full time on it currently (well as soon as I get back in office) so it shouldn't really take long for a beta version to be out.
All good. Please be sure to ping people here when the code base is "good enough" ;)
Synda works with python 3 from March'21
Hi folks, I've just installed the synda v3.9 rpm on a RHEL6.10 machine. I was following the guidance at http://prodiguer.github.io/synda/sdp/rpm_install.html - with rpm updates
It seems that when I try an follow the 3.8 bugfix note (https://github.com/Prodiguer/synda/blob/master/sdt/doc/rpm_install.md), however it seems that I'm hitting errors with python2.6
Is there a python3 supported version of Synda that can be installed so such issues don't occur?