Python support for Visual Studio on ARM64 #7788
Replies: 8 comments 1 reply
-
Can agree that this is a feature that should be implemented |
Beta Was this translation helpful? Give feedback.
-
Right now our priority is getting the Python ecosystem itself bootstrapped properly on Windows ARM64. While we have ARM64 builds of CPython, many packages simply aren't available as wheels for ARM64 yet. We are focusing our resources on assisting that effort first. |
Beta Was this translation helpful? Give feedback.
-
@gramster @judej any news about this? Can't build scipy for example due lack of fortran compiler... |
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussion as teams are still working on getting the Python ecosystem bootstrapped properly on Windows ARM64 before work can be done for PTVS support. |
Beta Was this translation helpful? Give feedback.
-
Hello, I just test windows 11 pro for arm with vmware Fusion on wy macbook pro m1 It seem that python visual studo plugin is not avilabble on visual studio Community 2022 for windows arm Is it possible that python will avilable in future version for arm ? Thans for your comments Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi there, Any news on this or on an expected date for it? It's been almost a year and a half since the original post. You can't really use VS Pro 2022 very easily for python development on Surface Pro 11. If anyone has a simple workaround, it would be appreciated. All my environments and everything else were set up via VS Pro 2022 for multiple web applications. I was thinking of using WSL 2 as a temporary solution. Anyone else have any luck with something like that? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi there, Any update on this? Is there any other way to create a python project that will result in autocomplete, commenting shortcut keys, f12, and other basic project/solution features? Is there an ETA for when this might be completed? Currently, I'm using WSL but it's slow and the basic VS Pro functions mentioned above don't work without a proj/soln file which is super annoying. Scott |
Beta Was this translation helpful? Give feedback.
-
We don’t have a clear date yet but it should be sometime in 2025. Right now
CPython on Windows ARM64 is still at tier 3 “experimental” support level
and numerous important packages don’t yet have binary wheels on PyPI.
We expect 2025 to be the year the various pieces come together.
…On Wed, Nov 13, 2024 at 05:17 phisqb ***@***.***> wrote:
Hi there,
Any update on this? Is there any other way to create a python project that
will result in autocomplete, commenting shortcut keys, f12, and other basic
project/solution features? Is there an ETA for when this might be
completed? Currently, I'm using WSL but it's slow and the basic VS Pro
functions mentioned above don't work without a proj/soln file which is
super annoying.
Scott
—
Reply to this email directly, view it on GitHub
<#7788 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVCPCBFM6SO47D637FI3EL2ANUQPAVCNFSM6AAAAABMVTLXOOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRUGE4DENI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This issue has been moved from a ticket on Developer Community.
The ARM64 version of Visual Studio currently does not support Python development. Attempting to open .pyproj files will always result in an error.
Python 3.11 for Windows now officially supports ARM64 and there are native binaries available on python.org, so I assume adding support to Visual Studio shouldn't be too difficult.
Original Comments
Feedback Bot on 12/18/2022, 08:49 PM:
(private comment, text removed)
Beta Was this translation helpful? Give feedback.
All reactions