Skip to content

Unable to install: Multiple errors on Windows #6

@mageeagle

Description

@mageeagle

I'm on Windows 11, Python 3.13
I tried to install AFTER with pip install -e .

The first error I come across is

UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 6791: illegal multibyte sequence

I solved this manually by adding encoding="utf-8" in setup.py

Next error I'm getting is

Could not find a version that satisfies the requirement numpy==1.26

I edited the requirements to numpy>=1.26

And then I'm getting the error

ERROR: Unknown compiler(s): [['ifort'], ['gfortran'], ['flang-new'], ['flang'], ['pgfortran'], ['g95']]

And I'm stuck here. Any clues on how to install AFTER on Windows?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions