yes but it still happens for me, having install beancount for the first time last week.
2.2.1 is, as far as I can tell, the latest released tag.
$ bean-price -V
Beancount 2.2.1
$ bean-price -a mini.beancount
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/beancount/prices/find_prices.py", line 147, in import_source
__import__(default_name)
ModuleNotFoundError: No module named 'beancount.prices.sources.True'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/bean-price", line 4, in <module>
from beancount.prices.price import main; main()
File "/usr/local/lib/python3.7/site-packages/beancount/prices/price.py", line 354, in main
args, jobs, entries, dcontext = process_args()
File "/usr/local/lib/python3.7/site-packages/beancount/prices/price.py", line 347, in process_args
entries, args.date, args.inactive, args.undeclared))
File "/usr/local/lib/python3.7/site-packages/beancount/prices/find_prices.py", line 366, in get_price_jobs_at_date
default_source = import_source(undeclared_source)
File "/usr/local/lib/python3.7/site-packages/beancount/prices/find_prices.py", line 151, in import_source
__import__(module_name)
TypeError: __import__() argument 1 must be str, not bool