Update: I pip installed pandas outside the venv and now it worked. I'm not completely sure why though, and whether this is the correct way to do things. Does anyone have any pointers?
On Monday, 3 January 2022 at 11:45:52 UTC+5:30 Rishabh Vaid wrote: > 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! > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/560c9d81-dde8-4d33-8bad-6859e668a907n%40googlegroups.com.
