Search found 5 matches

by dieuanh193
Tue Apr 13, 2021 10:04 am
Forum: Support
Topic: Installing Python Virtual Environment
Replies: 2
Views: 3104

Re: Installing Python Virtual Environment

You need python to run in a virtual environment. I used Windows Subsystem for Linux(WSL): https://docs.microsoft.com/en-gb/windows/wsl/about and Ubuntu 18.04 LTS
by dieuanh193
Tue Apr 13, 2021 10:01 am
Forum: Support
Topic: Error Setting up Polymer on Windows Subsystem for Linux
Replies: 6
Views: 6304

Re: Error Setting up Polymer on Windows Subsystem for Linux

Thank you very much, François. I solved the problem.
by dieuanh193
Tue Mar 23, 2021 11:54 am
Forum: Support
Topic: Error Setting up Polymer on Windows Subsystem for Linux
Replies: 6
Views: 6304

Re: Error Setting up Polymer on Windows Subsystem for Linux

Hi, thank you for your help. I could install numpy but I encountered another problem- installing pyhdf. I tried to add the syntax "from polymer.ancillary_era5 import Ancillary_ERA5" and ",ancillary=Ancillary_ERA5()" in the script but it's still not working. Could you please help me with this problem...
by dieuanh193
Fri Mar 12, 2021 4:10 pm
Forum: Support
Topic: Error Setting up Polymer on Windows Subsystem for Linux
Replies: 6
Views: 6304

Re: Error Setting up Polymer on Windows Subsystem for Linux

Hello, You have to install the package called "numpy", which is required. See section "1.1 dependencies" in Polymer's readme file. Kind regards, François Hi, thank you for your help. I already installed numpy package and it showed Successfully installed numpy-1.19.5. But it's still not working. Do ...
by dieuanh193
Thu Mar 11, 2021 11:11 am
Forum: Support
Topic: Error Setting up Polymer on Windows Subsystem for Linux
Replies: 6
Views: 6304

Error Setting up Polymer on Windows Subsystem for Linux

Hi, I'm having problems while setting up Polymer on WSL Linux system. I'm using Windows now and I've downloaded WSL for Linux using Ubuntu 18.04 LTS. I've set up Python 3.7.5 and some of the packages (except for Pyhdf, pyproj and pygrib) in this system. I put the command make all and even make rebui...