keironstoddart / edi-835-parser

A simple EDI 835 file format parser.
MIT License
80 stars 40 forks source link

No matching distribution found error #1

Closed asujata-1234 closed 3 years ago

asujata-1234 commented 3 years ago

When I am trying to install I keep getting following error.

Could not find a version that satisfies the requirement edi-835-parser ERROR: No matching distribution found for edi-835-parser

keironstoddart commented 3 years ago

Hi there, thank you for your interest in this project! Please note that the package is currently only available for Python 3.9 and higher.

https://github.com/keironstoddart/edi-835-parser/blob/main/setup.py

I will add a sentence to the README to make this explicit.

What version of Python were you using when you tried to install the package? I can work on backward compatibility.

asujata-1234 commented 3 years ago

I did upgrade python to 3.9.2, I am still getting same error. Thank you for your response. I do have lot of edi experience. I wanted to see how this one works. I have some of my own ideas.

Screen Shot 2021-03-10 at 3 27 34 PM
keironstoddart commented 3 years ago

Thank you for the screenshot, I apologize for the trouble. I have re-uploaded the package to PyPI with broader download requirements. Please try again and let me know if you are still having trouble. Please also make sure you use the latest version of pip.

asujata-1234 commented 3 years ago

I was able to run and convert to CSV file. After running through few 835 files I may have some suggestions/feedback. I will let you know in few weeks.

keironstoddart commented 3 years ago

Excellent! I am glad you got everything worked out. Thank you for bringing the incompatibility to my attention. I appreciate that you find this package useful and I look forward to more feedback in the future.