Comment on Covidify – corona virus report generator (Python)Comments−theodric6yAm I the only one who can't get this damn thing to run on macOS 10.14, Debian testing, or SL7-rolling? Despite pandas being installed I still get 'ImportError: No module named pandas'¯\_(ツ)_/¯ oh well−AaronWardOP6yAre you using a conda environment?−theodric6yNo, pip everywhere−AaronWardOP6yCheck where you have pandas and covidify installed and make sure they are in the same site-packages.ps: pip is just a package manager, you should really consider using conda for creating environments (it will make your life a lot easier)
Comments
Am I the only one who can't get this damn thing to run on macOS 10.14, Debian testing, or SL7-rolling? Despite pandas being installed I still get 'ImportError: No module named pandas'
¯\_(ツ)_/¯ oh well
Are you using a conda environment?
No, pip everywhere
Check where you have pandas and covidify installed and make sure they are in the same site-packages.
ps: pip is just a package manager, you should really consider using conda for creating environments (it will make your life a lot easier)