ccextractor
ccextractor copied to clipboard
[QUESTION] Can't PIP3 INSTALL python modules under OSX High Sierra (Python 3.7)
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : current on Github.
In raising this issue, I confirm the following (please check boxes, eg [X] - and delete unchecked ones):
- [X] I have read and understood the contributors guide.
- [X] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
- [X] I have checked that the issue I'm posting isn't already reported.
- [X] I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
- [X] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
- [X] I have used the latest available version of CCExtractor to verify this issue exists.
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
- [X] I have never used CCExtractor.
- [ ] I have used CCExtractor just a couple of times.
- [ ] I absolutely love CCExtractor, but have not contributed previously.
- [ ] I am an active contributor to CCExtractor.
Necessary information
- Is this a regression (did it work before)? [X] NO | [ ] YES - please specify the last known working version
- What platform did you use? [ ] Windows - [ ] Linux - [X] Mac
- What were the used arguments?
-autoprogram
Even after installing all required dependencies I still can't install the Python module. I couldn't find anything in the docs stating incompatibility to Python 3. CLI works properly (tested on Google Drive provided TS file). After running "pip3 install ccextractor", last line of the error says...
print os.getcwd()
^
SyntaxError: invalid syntax
Which seems linked to Python 2.7 printing synthax. Any help would be appreciated, ccextractor is to become part of an important module of our project.
This is a python question actually...
Probably replacing that line with
print (os.getcwd())
Will fix the problem.
@thealphadollar can you take a look at our general Python3 support?
Sure, would love to. I'll patch this up soon as well.
On Sun, 17 Nov, 2019, 8:17 AM Carlos Fernandez Sanz, < [email protected]> wrote:
Assigned #1124 https://github.com/CCExtractor/ccextractor/issues/1124 to @thealphadollar https://github.com/thealphadollar.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CCExtractor/ccextractor/issues/1124?email_source=notifications&email_token=AH2K2IFTUW3UFHM5HGLFZ6TQUCWCXA5CNFSM4JOHJZG2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZRHEY#event-2805142419, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2K2IGQCYL77NEMGPGHLYTQUCWCXANCNFSM4JOHJZGQ .
Hey @RogerVFbr what you are actually installing are the extension modules for CCExtractor available here. @cfsmp3 Are these modules officially supported? If yes, can we bring them under our organisation so that better support can be provided?
@thealphadollar I'm unsure of the status of these modules (I don't have high hopes for them to be honest) but I've forked that repo into our org and given you write permissions.
Feel free to take over its maintenance.
Closing this since it's not really part of the CCExtractor core. Anyone affected, please open a bug in the python repo.