-
Notifications
You must be signed in to change notification settings - Fork 53
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
split_seqs command returns conflicting option string error #73
Comments
Hi, please could you provide more info about what you're trying to do? How did you install flirpy etc - this isn't something others have reported so please try with other python versions, etc. |
@jveitchmichaelis I followed the directions for pip installation of the library with pip v22.2.2 and a Python v3.10.7 virtual environment. I ran the command My goal is to use flirpy to make a 2.75TB seq file generated by a FLIR A50 to be more manageable in a coding environment. I will try another Python version. Thanks! |
Python 3.7.9 & PIP 20.1.1ran
used ran
I have Python 3.10, 3.9, 3.8, and 3.7 for other testing (All versions downloaded from Windows store, not directly from Python.org) |
OK can you just remove the height/width lines from the script for now? The latest interface shouldn't require knowledge of image width/height (it's inferred from the image) and we don't actually use those args anywhere. Lines 69 to 70 in b278ad4
|
@jveitchmichaelis Looks like commenting out those two lines was able to let it run. Thanks! |
The text was updated successfully, but these errors were encountered: