snowskeleton / ynam

Mint-to-YNAB translator
Apache License 2.0
38 stars 0 forks source link

Issue with ynam quick start #27

Closed AndrewMcLeod03 closed 1 year ago

AndrewMcLeod03 commented 1 year ago

Hey,

Really excited about the work you put into these apps!

I'm working on installing ynam and got a snag with the command ynam quickstart. Below is the terminal window with the error .

My machine is the Libre Le Potato. It's similar to the raspberry Pi. ImageYNAM

snowskeleton commented 1 year ago

You have to install the mintapi module from here, as noted at the top of the README. That should solve your issue.

AndrewMcLeod03 commented 1 year ago

Appreciate the quick response! I should have said, I have installed mintapi already. Here is proof of install and the error right after.

image

Am I doing anything wrong? I'm mostly a C# developer, so using pip is new to me. haha

Thank you so much!

AndrewMcLeod03 commented 1 year ago

OK I'm a little dumb. I just figured it out. I was still trying to install from pip, even though you said to do it manually. My bad...

Also I was totally calling quickstart wrong. Sorry!! I'm actually visually impaired and just missed the '--' haha.

Well thanks for your help anyway!

snowskeleton commented 1 year ago

I owe you a debt of gratitude for bringing this issue to my attention yet again. It was the motivation I needed to update the build system to more correctly manage packages.

AndrewMcLeod03 commented 1 year ago

Great! I'm glad it was helpful at least.

Thanks for all your hard work!! Would love to help with some of the projects at some point. I'm learning python for a neural networks course, so maybe I can help after obtaining more experience.