aim icon indicating copy to clipboard operation
aim copied to clipboard

Installation Issue [begineer]

Open Muthukamalan opened this issue 8 months ago β€’ 3 comments

❓Question

while I tried to download It's showing following error: I'm using windows OS. I already installed pytorch-lightning==2. version

(venv) C:\Users\muthu\GitHub\TorchTutorials 😎>pip install aim
Collecting aim
  Using cached aim-3.22.0.tar.gz (1.6 MB)
  Installing build dependencies ... error
  error: subprocess-exited-with-error
  
  Γ— pip subprocess to install build dependencies did not run successfully.
  β”‚ exit code: 1
  ╰─> [6 lines of output]
      Collecting setuptools
        Using cached setuptools-70.1.1-py3-none-any.whl.metadata (6.0 kB)
      Collecting cython==3.0.10
        Using cached Cython-3.0.10-cp312-cp312-win_amd64.whl.metadata (3.2 kB)
      ERROR: Could not find a version that satisfies the requirement aimrocks==0.5.* (from versions: 0.2.0)
      ERROR: No matching distribution found for aimrocks==0.5.*
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

Γ— pip subprocess to install build dependencies did not run successfully.
β”‚ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Muthukamalan avatar Jul 01 '24 12:07 Muthukamalan