siddrrsh / ambientGPT

278 stars 21 forks source link

requirements.txt is empty #1

Open dctmfoo opened 6 months ago

dctmfoo commented 6 months ago

requirements.txt is empty

siddrrsh commented 6 months ago

Fixed

anthonywu commented 6 months ago

As of 531b9a15a1a06b86a29af13babd88bb8e2132e33, curious why you listed a bunch of standard libraries in the req list?

base64
io
time
re
tempfile
subprocess
shlex
os
sys

when this file is run through pip install -r, the outcome is something like this:

ERROR: Could not find a version that satisfies the requirement io (from versions: none)
ERROR: No matching distribution found for io

These libs ship with all Python distributions and users should not need to install them.

My suggestion is to just remove these lines from the req list.

hcy1251 commented 6 months ago

Hi! I think this also happens with mlx-core. When im running pip3 install -r requirements.txt, the outcome so far:

ERROR: Could not find a version that satisfies the requirement mlx-core (from versions: none)
ERROR: No matching distribution found for mlx-core

im running python 3.11.7 with conda and using venv now.

dctmfoo commented 6 months ago

Hi! I think this also happens with mlx-core. When im running pip3 install -r requirements.txt, the outcome so far:

ERROR: Could not find a version that satisfies the requirement mlx-core (from versions: none)
ERROR: No matching distribution found for mlx-core

im running python 3.11.7 with conda and using venv now.

I think mlx is for Mac https://ml-explore.github.io/mlx/build/html/search.html?q=core we need to wait for requirements.txt to be updated properly!