SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

docs(prerequisites): supported python versions #42

Closed zarifpour closed 1 year ago

zarifpour commented 1 year ago

In another PR I am preparing, I am adding poetry to manage dependencies. Since no version is specified in the requirements.txt it defaults to torch = "^2.0.1".

Depending on our recommended version of torch, the earliest version of python supported is Python 3.6 (according to ChatGPT).

The current project's Python requirement (>=3.0,<4.0) is not compatible with some of the required packages Python requirement:
  - torch requires Python >=3.8.0, so it will not be satisfied for Python >=3.0,<3.8.0

I recommend updating this line to 3.8, but if you'd like to support 3.6, I think that is an acceptable version, depending on the requirements.

bilalmir commented 11 months ago

What about torch version? It shows ERROR: Could not find a version that satisfies the requirement torch==1.13.1+cpu (from versions: none) ERROR: No matching distribution found for torch==1.13.1+cpu for almost for every version