Thanks to visit codestin.com
Credit goes to github.com

Skip to content

how to set up RustPython on Windows without access to the link.exe #5360

Open
@amole-arup

Description

@amole-arup

Summary

Guidance in the README on how to set up RustPython on Windows without access to the link.exe utility (ie via gnucc).

Detailed Explanation

I have been trying to try out RustPython, but my problem is that I am trying this at work and I cannot get a Visual Studio licence, so compiling against link.exe is not an option. I have found that I can get rustup installed with the default host triple (x86_64-pc-windows-gnu), but when I try to compile RustPython, it seems to fail back to the wincc version.

An alternative would be to have a compiled version on conda-forge...

Drawbacks, Rationale, and Alternatives

Drawbacks - if it takes a lot of time to explain or if it is not possible

Unresolved Questions

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest for comments

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions