ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Installation #70

Closed hareball90 closed 1 month ago

hareball90 commented 1 year ago

In addition to deprecation warnings, after running conda install -c conda-forge gcc to solve gcc not found I get the error: error: command '/home/.../miniconda3/envs/pygom-test/bin/gcc' failed with exit code 1

Other tickets also report install issues.

Edit: this error is on hpc

hareball90 commented 1 year ago

Error on local machine (using VS Code) without installing gcc. Installed recommended C/C++ Build Task and C/C++ Extension Pack in VS Code. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit code 2

twomagpi commented 1 month ago

The new wheel builds make this massively simpler for Windows and Linux without pre-installed compilers.

pip install pygom

now 'just works' for #114