View Single Post
Old 03-04-2022, 11:54 AM   #58
readandread
Zealot
readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.readandread ought to be getting tired of karma fortunes by now.
 
Posts: 140
Karma: 380090
Join Date: Feb 2013
Device: Kindle Paperwhite (11th Gen) v5.14.2
Quote:
Originally Posted by Renate View Post
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
Quote:
python_requires=">=3.7",
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

Last edited by readandread; 03-04-2022 at 12:31 PM.
readandread is offline   Reply With Quote