Quote:
Originally Posted by Renate
Python makes me say bad words.
What version of edl do you have?
As far as I can see, this does not use pylzma, lzma, compress or decompress.
Can you grep for those words in your .py files?
Have you tried simply removing that line?
|
I can deal with bad words
I have v0.5.0 of pylzma and based on the error message
Quote:
__import__('pkg_resources').run_script('edlclient= =3.60', 'edl')
|
version 3.6 of EDL.
In the setup.py it has the following:
Quote:
install_requires=[
'colorama',
'docopt',
'usb',
'pyusb',
'pyserial',
'lxml',
'pylzma',
'pycryptodome',
'wheel'
],
|
Quote:
Do you see "pylzma>=0.5.0" in any requirements.txt file?
|
Yes, I do.
Quote:
Have you tried simply removing that line?
|
I removed that line in the setup.py and requirements.txt, still same problem.
As part of the error code refers to python 2.7
Quote:
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/_
|
and in the setup it has a line
I'm wondering if that's the issue. However, I don't see an error related to the python version and it seems to have worked for you on 2.7.
I did also try uninstalling pylzma and trying to run the edl command again. Same issue. This makes no sense to me
Just FYI, I'm not a dev so I need terminal commands to follow along