Hi folks,
I'm trying to get set up with beancount in WSL. The desire to use beancount is actually what motivated me to install WSL and start using the command line. As a result, I am running into some nooby issues, would be grateful if anyone here could help me out!
I'm using pandas inside my importers to read in the csv file and parse it. However, I keep getting "No module named 'pandas'" errors when I try to run bean-identify. I have pip installed pandas in my virtual env, but not clear if I need to install it somewhere else.
Thanks for your help!