ccbogel / QualCoder

Qualitative data analysis for text, images, audio, video. Cross platform. Python 3.10 or newer and PyQt6.
https://qualcoder.wordpress.com/
GNU Lesser General Public License v3.0
383 stars 85 forks source link

No module named 'qtawesome' #940

Closed ccbogel closed 1 month ago

ccbogel commented 1 month ago

Describe the bug :
ModuleNotFoundError: No module named 'qtawesome'

However qtawesome is installed.

(env) C:\Users\me\Documents\informatics\QualCoder-master>pip install qtawesome Requirement already satisfied: qtawesome in c:\users\me\documents\informatics\qualcoder-master\env\lib\site-packages (1.3.1)

To Reproduce :
Run from Command witihn the (env) python3 -m qualcoder

Expected behavior :
A description of what you expected to happen.

Desktop (please complete the following information):

Additional context :
Add any other context about the problem here.

ccbogel commented 1 month ago

fixed by doing this:

python3 -m pip install qtawesome