Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF-2629] Bun on windows requires Visual C++ Redistributables #3139

Closed
masenf opened this issue Apr 22, 2024 · 3 comments
Closed

[REF-2629] Bun on windows requires Visual C++ Redistributables #3139

masenf opened this issue Apr 22, 2024 · 3 comments
Labels
Milestone

Comments

@masenf
Copy link
Collaborator

masenf commented Apr 22, 2024

Describe the bug
On a fresh windows install: The code execution cannot proceed because MSVCP140.dll was not found.

馃憠 Need to install: Microsoft Visual C++ 2015 Redistributable Update 3

To Reproduce

  • Create a new "Windows (Windows Server 2022 Datacenter Azure Edition)" VM on Azure.
  • Install python 3.12
  • Install reflex 0.4.9a2
  • Init a new project
  • reflex run

Expected behavior
Bun should install the requested packages. Instead it fails (and without #3138 does not fallback to npm)

Screenshots

image

Specifics (please complete the following information):

  • Python Version: 3.12.3
  • Reflex Version: 0.4.9a2
  • OS: Windows Server 2022 Datacenter Azure Edition (x64)
  • Browser (Optional):

From SyncLinear.com | REF-2629

@masenf masenf changed the title Bun on windows requires Visual C++ Redistributables [REF-2629] Bun on windows requires Visual C++ Redistributables Apr 22, 2024
@Alek99 Alek99 added the windows label Apr 26, 2024
@masenf masenf modified the milestones: Make Windows Suck Less, v.32 Apr 26, 2024
@ElijahAhianyo
Copy link
Collaborator

Havent been able to repro this with latest bun v1.1.6 on Server 2022 Datacenter Azure Edition. Perhaps the issue might have fixed upstream in the latest release

@ElijahAhianyo
Copy link
Collaborator

closing this for now

@masenf masenf closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2024
@masenf
Copy link
Collaborator Author

masenf commented May 2, 2024

I'm still hitting this on Azure Windows 2022. Except instead of popping up the box, it just silently fails and falls back to npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants