Open linnabraham opened 7 years ago
@ryanjmccall while we can import the FATS using python2 virtualenv, it may lead to backward compatibility issues , since arithmetic operators work differently in python3 when compared to python2. Is there any concrete solution other than creating a separate virtual env? Can't we use the from future import print_function and change the print statements to functions in the existing code?
Dear friends,
if it helps, I'd support a real python3 version too!
Stefano
I made changes to make it compatible with python 3. However didn't test it with the test cases as I was busy working on my project. If you are willing, we can collaborate in creating a python 3 version.
Gladly.
Please, let me know what you think it could be useful to test.
Bye, Stefano
Mobilis in mobile
Il giorno 12 mar 2019, alle ore 18:59, Sai Kiran Varma notifications@github.com ha scritto:
I made changes to make it compatible with python 3. However didn't test it with the test cases as I was busy working on my project. If you are willing, we can collaborate in creating a python 3 version.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
According to documentation, any changes made/introduced should pass the test cases specified . I have modified only part of the library to suffice my research. I can devote my time fully from May 1,2019.
Thanks, Kiran Varma
From: stefanocovino notifications@github.com Sent: 12 March 2019 3:00 PM To: isadoranun/FATS Cc: Sai Kiran Varma; Comment Subject: Re: [isadoranun/FATS] compatibility with python 3 (#7)
Gladly.
Please, let me know what you think it could be useful to test.
Bye, Stefano
Mobilis in mobile
Il giorno 12 mar 2019, alle ore 18:59, Sai Kiran Varma notifications@github.com ha scritto:
I made changes to make it compatible with python 3. However didn't test it with the test cases as I was busy working on my project. If you are willing, we can collaborate in creating a python 3 version.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/isadoranun/FATS/issues/7#issuecomment-472158639, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjusQfKiA8fsb0iM2s4BNn_LSDAm4oGyks5vWAdtgaJpZM4PdbQ0.
Was this issue resolved?
Actually, I don't even remember having raised it. It might well have been solved, but I haven't worked on this code since then.
Stefano
I cannot import FATS on python3.4 produces syntax error