QualCoder 3.5 #876
Replies: 12 comments 37 replies
-
Thank you for coding this alternative to paid programs! I have a problem importing html files, it doesnt work at all. maybe i'm doing sth wrong idk... Traceback: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 707: character maps to |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to instal QualCoder on a M2 Mac, I am not particularly confident with using the terminal, I have followed all the steps indicated in the instructions, but when I try to run it, the program doesn't open, I always get this: /Users/franciscoferrer/anaconda3/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work Can you help? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello Franciso,
I do not have a mac computer, so I cannot give heaps of help.
You can ignore the warning about ffmpeg. QualCoder will run without it.
It looks like you have used the terminal well.
The cocoa plugin is the problem.
I see several solutions, from google, which may or may not work. As I am not familiar with macOS, I am not much help.
c++ - Qt could not find the platform plugin cocoa - Stack Overflow<https://stackoverflow.com/questions/54297627/qt-could-not-find-the-platform-plugin-cocoa>
The solution here is to run this line in the terminal, it is an older answer from 2019, it look simple to do, so its worth a try:
pip3 install opencv-python-headless
python 3.x - qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" - Stack Overflow<https://stackoverflow.com/questions/76898551/qt-qpa-plugin-could-not-find-the-qt-platform-plugin-cocoa-in>
This solution requires you to find and export a QT_PLUNIN_PATH
It looks more complicated to try.
Do you know any mac users who are programmers?
with regards Colin
…________________________________
From: Francisco Ferrer ***@***.***>
Sent: Monday, 11 March 2024 6:46 PM
To: ccbogel/QualCoder ***@***.***>
Cc: QualCoder Developer ***@***.***>; Author ***@***.***>
Subject: Re: [ccbogel/QualCoder] QualCoder 3.5 (Discussion #876)
Hi, I am trying to instal QualCoder on a M2 Mac, I am not particularly confident with using the terminal, I have followed all the steps indicated in the instructions, but when I try to run it, the program doesn't open, I always get this: /Users/franciscoferrer/anaconda3/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Can you help?
Thanks
—
Reply to this email directly, view it on GitHub<#876 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMQPDRLCCQXDB4IGUIPIELYXVONHAVCNFSM6AAAAABBAKMHN2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONBRHA4DK>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Hi Colin,
Much appreciated for getting back to me. I have actually tried your first solution, it didn’t work. I am to a programmer, so the second solution looks too complicated for me. I’ll keep looking. I just wanted to use QualCoder on my thesis interviews, but I can’t spend so much time just trying to run the application.
Thank you anyway.
Regards
Francisco
… On 11 Mar 2024, at 9:19 AM, QualCoder Developer ***@***.***> wrote:
Hello Franciso,
I do not have a mac computer, so I cannot give heaps of help.
You can ignore the warning about ffmpeg. QualCoder will run without it.
It looks like you have used the terminal well.
The cocoa plugin is the problem.
I see several solutions, from google, which may or may not work. As I am not familiar with macOS, I am not much help.
c++ - Qt could not find the platform plugin cocoa - Stack Overflow<https://stackoverflow.com/questions/54297627/qt-could-not-find-the-platform-plugin-cocoa>
The solution here is to run this line in the terminal, it is an older answer from 2019, it look simple to do, so its worth a try:
pip3 install opencv-python-headless
python 3.x - qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" - Stack Overflow<https://stackoverflow.com/questions/76898551/qt-qpa-plugin-could-not-find-the-qt-platform-plugin-cocoa-in>
This solution requires you to find and export a QT_PLUNIN_PATH
It looks more complicated to try.
Do you know any mac users who are programmers?
with regards Colin
________________________________
From: Francisco Ferrer ***@***.***>
Sent: Monday, 11 March 2024 6:46 PM
To: ccbogel/QualCoder ***@***.***>
Cc: QualCoder Developer ***@***.***>; Author ***@***.***>
Subject: Re: [ccbogel/QualCoder] QualCoder 3.5 (Discussion #876)
Hi, I am trying to instal QualCoder on a M2 Mac, I am not particularly confident with using the terminal, I have followed all the steps indicated in the instructions, but when I try to run it, the program doesn't open, I always get this: /Users/franciscoferrer/anaconda3/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Can you help?
Thanks
—
Reply to this email directly, view it on GitHub<#876 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMQPDRLCCQXDB4IGUIPIELYXVONHAVCNFSM6AAAAABBAKMHN2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONBRHA4DK>.
You are receiving this because you authored the thread.
—
Reply to this email directly, view it on GitHub <#876 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4JCTCSZXCVREDJQHOBY7SLYXVSKDAVCNFSM6AAAAABBAKMHN2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONBSGIYDE>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
Hi Francisco You can try my version of QualCoder. A friend of mine created an installer for macOS which may solve your problem (no promises, but worth a try): https://github.com/kaixxx/QualCoder/tree/ai_integration |
Beta Was this translation helpful? Give feedback.
-
Hi Kaixxx,
Thank you,
I have tried, but it still asking for stage that I Donn’t know what it is as I’m not a developer. Thank you anyway. I think I’ll have to give QualCoder a miss.
Regards
Francisco
… On 11 Mar 2024, at 10:16 AM, kaixxx ***@***.***> wrote:
Hi Francisco
You can try my version of QualCoder. A friend of mine created an installer for macOS which may solve your problem (no promises, but worth a try): https://github.com/kaixxx/QualCoder/tree/ai_integration
This is an experimental version with some additional AI-based funtionality. But you can just ignore the AI-stuff and use it as normal QualCoder.
—
Reply to this email directly, view it on GitHub <#876 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4JCTCVIRTUJHMXLKINKVU3YXVY7RAVCNFSM6AAAAABBAKMHN2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONBSHEYDM>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
HI. I'm trying to install Qualcoder 3.5 into my Intel-based Macbook Pro, with Python 3.13. All OK, until I get to 'python3 /applications/QualCoder-3.5/qualcoder/main.py', and that ends up with the error code seen in the attached file. Are there any suggestions about how to resolve this? Gratefully for any way forward. Allan |
Beta Was this translation helpful? Give feedback.
-
This is prompt and helpful. But I can't find 'a green code button on the main page'. Is the appropriate page: https://github.com/ccbogel/QualCoder/releases/tag/3.5? (which has the source file downoad in the Assets section). Or another page? Thanks for clarifying. |
Beta Was this translation helpful? Give feedback.
-
For your interest and further suggestions... when I have run 'pip install -r requirements.txt' , it goes through well, except near the end where I get two error messages, as in the attached files. |
Beta Was this translation helpful? Give feedback.
-
@kaixxx There is this older post: https://stackoverflow.com/questions/71083239/unable-to-install-sentence-transformers-getting-error Another thing: |
Beta Was this translation helpful? Give feedback.
-
A further query, if you don't mind. Is there a way to put a shortcut on my desktop to open Qualcoder, without going through Terminal everytime? |
Beta Was this translation helpful? Give feedback.
-
@KiwiAllan: Nice to hear that version 3.5 now works for you. (I will be offline for the next couple of hours, it's late over here in Europe...) |
Beta Was this translation helpful? Give feedback.
-
Early release of 3.5
This an early release of 3.5 to have all current updates and fixes in place, as there is potentially a major change coming in the next version, with introduction of artificial intelligence and GPT4 identification of coded text. (Still in development thanks to Kai Droge).
A binary (double-click to run) for Windows is available at the end of the release page for:
QualCoder-3.5.exe md5 checksum: 3faa37a813bf3944b2409c424077ee19
On first use of the exe, Windows will ask you to allow to run QualCoder. This is because it is from an unknown publisher. It costs a lot of money to get a trusted publisher certificate - so that will not be possible for the foreseeable future.
A binary (double click to run) is available for Ubuntu 22.04. The md5 checksum is:
For install from source code, download the zip file below and use the instructions on the main GitHub QualCoder page, or the wiki to install on your operating system.
Report codes
Removed [VIEW] in the header of all the code segments in results. It has been replaced with character positions for coded text segments. e.g. [150-188]
Added context menu option - Change code to another code.
Replaced cogs button with Play button triangle. Repositioned and made larger button. Replace word 'search' with 'Run report'.
NEW Report - Code text exact matches
Added a new report that reports on exacted text matches in each file, where multi0le codes have been applied to the exact same text. This report is perhaps particularly useful for those people who use codes as variables to perform analyses.
Code text
Export html now includes tooltips when hovering over coded sections. Some character set display issues for some characters, e.g. Euro symbol.
Export text is a new option. this exports a text file with coded segment marked with text inn parentheses like this:
Regular text {{code name{{the tagged text portion}}code name}} regular text.
Stating character position: click in the displayed text and press ! to show the numeric position in the text. Press $ to shift all coded segments after the clicked position by up to to +/- 500 characters.
Charts - Word cloud
The word cloud has been changed with 'home grown' code. That is, I made my own word cloud code in python. This was mainly to prevent errors with packaging the PyPi Wordcloud into pyinstaller.
Error fixes
Zero division error in compare coders. Occurs under a specific circumstance - a code has been created but never assigned to data. Fixed.
Creating a Case Attribute from the Cases screen. An error occurs. A work around is to create the Attribute from the Manage Attributes screen. Fixed.
Wordcloud function does not use coded text within selected category. Fixed.
This discussion was created from the release QualCoder 3.5.
Beta Was this translation helpful? Give feedback.
All reactions