question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not installing on windows

See original GitHub issue

🐛 Bug

(XXXXX) PS C:\Users\tmp\projects\xxx> pip install aim                                                                                                                                                        
Collecting aim
  Using cached aim-3.12.2.tar.gz (1.4 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-64.0.2-py3-none-any.whl (1.2 MB)
      Collecting cython==3.0.0a9
        Using cached Cython-3.0.0a9-cp38-cp38-win_amd64.whl (1.9 MB)
      ERROR: Could not find a version that satisfies the requirement aimrocks==0.2.1 (from versions: 0.1.3a14, 0.2.0.dev1, 0.2.0)
      ERROR: No matching distribution found for aimrocks==0.2.1
      [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.
(XXXXX) PS C:\Users\tmp\projects\xxx> 

Environment

  • Python version 3.8.6
  • pip version 22.2.2
  • OS (e.g., Linux) Windows
  • Any other relevant information

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:5
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
nilavracommented, Aug 14, 2022

@SGevorg I am interning at [large electrical automation company] with 100% Windows systems. We really wanted to try Aim for its VERY impressive UI 😍 (thank you! ❤️❤️). Have to fall back to MLFlow until Aim installs on windows. 😔😔

Getting the same error as @manuel-delverme

RuntimeError
Unable to find installation candidates for aimrocks (0.2.1)

Environment:

Virtualenv
Python:         3.8.10
Implementation: CPython
Path:           C:\Users\xxx\AppData\Local\pypoetry\Cache\virtualenvs\xai4time-E2i_R5Qu-py3.8
Valid:          True

System
Platform: win32
OS:       nt
Python:   C:\Users\xxx\AppData\Local\Programs\Python\Python38

Full error message:

PS C:\Users\xxx\OneDrive - yyy\workspace\XAI4Time> poetry add aim
Using version ^3.12.2 for aim

Updating dependencies
Resolving dependencies...

Writing lock file

Package operations: 13 installs, 0 updates, 0 removals

  • Installing base58 (2.0.1)
  • Installing h11 (0.13.0)
  • Installing aim-ui (3.12.2)
  • Installing aimrecords (0.0.7)
  • Installing aimrocks (0.2.1)
  • Installing filelock (3.8.0)
  • Installing restrictedpython (5.2)
  • Installing py3nvml (0.2.7)
  • Installing uvicorn (0.18.2)
  • Installing fastapi (0.67.0)
  • Installing aiofiles (0.8.0)

  RuntimeError

  Unable to find installation candidates for aimrocks (0.2.1)

  at ~\AppData\Roaming\pypoetry\venv\lib\site-packages\poetry\installation\chooser.py:72 in choose_for
       69│             links.append(link)
       70│
       71│         if not links:
    →  72│             raise RuntimeError(
       73│                 "Unable to find installation candidates for {}".format(package)
       74│             )
       75│
       76│         # Get the best link


Failed to add packages, reverting the pyproject.toml file to its original content.
2reactions
SGevorgcommented, Aug 13, 2022

@manuel-delverme thanks for opening this issue. How mission critical is the windows support?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get help with Windows upgrade and installation errors
Make sure that your device has enough space. · Run Windows Update a few times. · Check third-party drivers and download any updates....
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
1. Reboot Your Computer · 2. Check App Installer Settings in Windows · 3. Free Up Disk Space on Your PC · 4....
Read more >
8 Ways to Fix Windows 10 if It Won't Install on Your PC
How do I fix Windows 10 not installing? · 1. Fix Driver errors · 2. Keep your PC on and try installing again...
Read more >
Why Won't Windows 10 Install From a USB? Causes and Fixes
How to fix Windows 10 not installing from a USB · Use a different installation method · Use a different USB drive ·...
Read more >
[SOLVED] Windows 10 Could Not Complete the Installation + ...
Case 2: Windows 10 Installation Has Failed · Fix 1. Check Whether Your Computer Meets the Minimum Requirements · Fix 2. Clear Certain...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found