mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[QUESTION] Can't PIP3 INSTALL python modules under OSX High Sierra (Python 3.7) #524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RogerVFbr on GitHub (Nov 16, 2019).
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):
My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):
Necessary information
-autoprogramEven 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...
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.
@cfsmp3 commented on GitHub (Nov 17, 2019):
This is a python question actually...
Probably replacing that line with
Will fix the problem.
@thealphadollar can you take a look at our general Python3 support?
@thealphadollar commented on GitHub (Nov 17, 2019):
Sure, would love to. I'll patch this up soon as well.
On Sun, 17 Nov, 2019, 8:17 AM Carlos Fernandez Sanz, <
notifications@github.com> wrote:
@thealphadollar commented on GitHub (Nov 17, 2019):
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?
@cfsmp3 commented on GitHub (Nov 17, 2019):
@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.
@cfsmp3 commented on GitHub (Mar 22, 2023):
Closing this since it's not really part of the CCExtractor core. Anyone affected, please open a bug in the python repo.