Ian Bell

Results 624 comments of Ian Bell

Right, you need to do: ``pip install cython``

How about instead : ``pip -vv wheel .`` ?

Just tested on my windows machine and wheel building is fine

FWIW, I have installed VS community 2022

That's an interesting idea. Can you try that? In principle terminal should be ok, but it will depend on the details of how you installed.

Can you post the entire terminal output from your command to the error? Not sure it will be illuminating, but I don't have any great ideas at present.

Can you post the output when you run from a Visual Studio shell? It seems like your config is messed up on your computer if python cannot find ``vcvarsall.bat`` (which...

I am running out of ideas, it should not behave like this. In your developer prompt, can you do this: ``` ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.9.0...

That is great to hear. I somehow thought that the C++ tooling was installed by default so I didn't think to mention that. Good to know.

That's really a pity... Having working notebooks would be great as minimal working examples. Going through the hassle of firing up several docker images to run anything is a bit...