Skip to content

install issue and troubleshoot #85

@ChengJungHsu

Description

@ChengJungHsu

There are some obstacles as installing on windows with conda environment. I pass it end up with message "oceanmesh==0+unknown". Going to testing if it can work. Below are my install log, which might be helpful to someone in case.

  1. gmp.dll
    running install-cgal.bat, it check if gmp.dll exists. In my install direction only gmp-10.dll listed, so I copy it and rename as gmp.dll.
  2. mkl_intel_thread.2.dll
    running install-oceanmesh, I get stuck with a file mkl_intel_thread.2.dll could not be found. I pass this issue by
    $conda install -c https://software.repos.intel.com/python/conda/ -c conda-forge mkl
  3. longintrepr.h
    I fixed longintrepr.h missing by
    $conda install -c cython
  4. inpoly.py
    Last, something wrong heppens about inpoly.py. Reinstalled it can help.
    $conda install conda-forge::inpoly

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