Skip to content

FortFlex.so filename problem #32

Description

@andreas-h

When I follow the installation instructions, python setup.py build_ext --inplace creates a file with name FortFlex.cpython-36m-x86_64-linux-gnu.so in directory FortFlex.cpython-36m-x86_64-linux-gnu.so.

When then I run python setup.py install, I get the error

error: can't copy 'reflexible/conv2netcdf4/FortFlex.so': doesn't exist  
or not a regular file

After creating a symlink in that directory,

ln -s FortFlex.cpython-36m-x86_64-linux-gnu.so FortFlex.so

the installation works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions