I'm trying to use the bar_chart_race module from a git respository. The problem is when I do in the terminal
pip install git+https://github.com/programiz/bar_chart_race.git@master
everything seems to work fine and when I try pip freeze
the module in pycharm is there. However whenever I try to import the module I get an error saying No module named 'bar_chart_race'