Closed MDiazPy closed 1 year ago
Hm, I am not sure what exactly is the problem. I guess compilation problems on Windows are quite common. Unfortunately I cannot debug this issue easily, because I am working on a linux machine.
I have a similar issue installing pygtide on my windows machine. Is there a work-around?
Here I share my log of commands for a Linux installation (Ubuntu), if could be useful to somebody:
I firstly create a new environment with conda, in which I then download the appropriate compilers for linux and the pygtide dependencies.
conda create -n pygtide python=3.6
conda activate pygtide
conda install -c conda-forge gfortran_linux-64
conda install -c conda-forge gcc_linux-64 gxx_linux-64
conda install numpy pandas requests git
pip install datetime
pip install pygtide
conda install jupyter
python -c "import pygtide; pygtide.test(msg=True)"`
The compilation for Windows is an absolute headache. I have now provided wheels for different Python versions which make this easier. Hope this works!
HI have issues installing the package in windows,
I created a new environment from scratch in python 38, I am using Anaconda.