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 know I am not alone in having a python environment that is a mess. So having the docs mention to build in a conda env before a simple pip. I found that I couldn't get autofit_workspace/examples/simple/fit.py to work, and I suspect that my awful base python environment is to blame.
This is very much just a suggestion and not a problem that would limit the JOSS review (no reason you should be put out by my chaotic lifestyle choices).
The text was updated successfully, but these errors were encountered:
We actually had the conda instructions first for a long time, but this caused a lot of issues with compatibility / upgrades on other software projects. I think those are fixed now, but I'm of the view that having to do a full conda build to install the software is a bit cumbersome and would recommend people use a virtual environment to do the installation via pip.
I know I am not alone in having a python environment that is a mess. So having the docs mention to build in a
conda env
before a simplepip
. I found that I couldn't getautofit_workspace/examples/simple/fit.py
to work, and I suspect that my awful base python environment is to blame.This is very much just a suggestion and not a problem that would limit the JOSS review (no reason you should be put out by my chaotic lifestyle choices).
The text was updated successfully, but these errors were encountered: