2018-12-14T06:24 PM
(This post was last modified: 2018-12-14T06:39 PM by Sylvain Herlédan.)
The pip install git+https://git.oceandatalab.com/skim/skimulator.git@master method installed the package successfully and the skimulator command was working as intended, so you should be able to run simulations as long as you get a valid params file.
If you want to install the skimulator and keep the install directory, please fetch the code using the git command:
This is the recommended way to retrieve the source code.
I also tried with the zip archive just like you did and it worked on both Linux and Windows with Anaconda, so there might something specific to your version of setuptools.
Edit: the code has been modified so that the lack of share/VERSION.txt doesn't prevent you from executing the skimulator command, so you should be able to use the zip archive as well (you need to download it again though).
If you want to install the skimulator and keep the install directory, please fetch the code using the git command:
Code:
git clone https://git.oceandatalab.com/skim/skimulator.git
cd skimulator
pip install .
This is the recommended way to retrieve the source code.
I also tried with the zip archive just like you did and it worked on both Linux and Windows with Anaconda, so there might something specific to your version of setuptools.
Edit: the code has been modified so that the lack of share/VERSION.txt doesn't prevent you from executing the skimulator command, so you should be able to use the zip archive as well (you need to download it again though).