-
Notifications
You must be signed in to change notification settings - Fork 23
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
Python 3.6 #7
Comments
Have you tried running it under 3.6? I don't think there's anything explicitly 3.7ish about the code. The newest feature used are f-strings, which were introduced in 3.6 if I remember correctly. Sorry for the delay in responding. (Life, you know.) |
Yes, it actually runs under Python 3.6. I can run it using the command |
I'm afraid I'm not following what you're trying to do. Running rmrl with the python3 -m rmrl "$@" I'm hesitant to downgrade the Python version since I'm developing in 3.7 and don't yet have a CI test suite to run it under 3.6. It's entirely possible that a 3.7ism will sneak in in the future, and I'd rather that people on 3.6 be aware of the risk of future breakage than be surprised by it. (Also, 3.6 has only 6 months until EOL, so developing new software for it at this point seems like a bit of a waste.) If there's something that's absolutely broken right now, let me know. But from what I understand, everything seems to be working as designed for you. |
I am looking for a command line tool to convert rm files to pdf. Not being a python programmer the library functionality is out of scope. Basically I'd like to be able to run
The command only runs if I first cd into the directory above rmrl (I have ~/extract/rmrl, thus I must cd ~/extract/). Thus a single-line shell script as proposed does not work in my case.
The work-around (running rmrl from that exact directory) works. But to get there on OpenSUSE it takes a lot of patience.
Not sure how to procede. By the way, the current versions of RCU (which seems to be the origin of rmrl) do compile on OpenSUSE. |
It sounds to me like you could solve your problem either by setting your But if I can get some sort of smoke test running on 3.6, I'll see about adjusting the dependency. |
Is there a way to compile the program with Python 3.6?
OpenSUSE Leap (current 15.2 and upcoming 15.3) stays at 3.6.12.
The text was updated successfully, but these errors were encountered: