You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is the right place to post this (in the Issues section). However, since it took me some time to install wflow on Ubuntu 18.04 LTS, I figured I'll share this, maybe it helps somebody. For my specific application, I want the Python distribution to be as lean as possible. Therefore, I was not going for the Anaconda environment solution.
For my specific application, I want the Python distribution to be as lean as possible. Therefore, I was not going for the Anaconda environment solution.
I understand. I guess Miniconda was also not an option for this case? The PCRaster Conda build makes installation quite a bit easier. Nevertheless, it's good to document the pip install as well
Miniconda would have been an option as well. However, since I have to run many Python based software packages for my application, I prefer to have all the packages in the systems Python environment and keep it as slim as possible ;)
Hello,
I am not sure if this is the right place to post this (in the Issues section). However, since it took me some time to install wflow on Ubuntu 18.04 LTS, I figured I'll share this, maybe it helps somebody. For my specific application, I want the Python distribution to be as lean as possible. Therefore, I was not going for the Anaconda environment solution.
Compile PCRaster from source:
Since the automatic installation of the required Python packages did not work for me, I installed them manually using pip
Afterwards I was cloning the git repository to my $Home directory
I had to excluded the required packages in the
setup.py
file, which is located in$HOME/wflow/setup.py
At last wflow can be installed by using pip
Cheers, Sebastian
The text was updated successfully, but these errors were encountered: