Hello,
I am trying to setup an x86 environment with the install script. I can compile the libraries no problem, but conda environment does not setup correctly. After installing the packages in the listed order, running conda env export we see that dash has been installed from pypi and is v3.2.0, rather than conda-forge and v1.20.0. Running conda install dash==1.20.0 again does nothing as 'All requested packages already installed.'
If I install dash-bootstrap-components==1.20.0 with conda rather than pip, it compains that it depends on dash>=2.0.0.
I then attempt to reproduce the conda env from the provided VirtualBox image and find that the dependencies are different, for instance Python which is specified as 3.9.7 in the script is actually 3.11.3. It also lists dash as v2.10.0 and being installed from pip, so at a bit of a loss.
environment-install-script.lock.yml.txt
environment-virtualbox.lock.yml.txt
Possibly similar to #157 regarding dependencies.
Looking for more information on how the virtual image was setup, or ideally a conda lock file.
Cheers
Hello,
I am trying to setup an x86 environment with the install script. I can compile the libraries no problem, but conda environment does not setup correctly. After installing the packages in the listed order, running
conda env exportwe see that dash has been installed from pypi and is v3.2.0, rather than conda-forge and v1.20.0. Runningconda install dash==1.20.0again does nothing as 'All requested packages already installed.'If I install dash-bootstrap-components==1.20.0 with conda rather than pip, it compains that it depends on dash>=2.0.0.
I then attempt to reproduce the conda env from the provided VirtualBox image and find that the dependencies are different, for instance Python which is specified as 3.9.7 in the script is actually 3.11.3. It also lists dash as v2.10.0 and being installed from pip, so at a bit of a loss.
environment-install-script.lock.yml.txt
environment-virtualbox.lock.yml.txt
Possibly similar to #157 regarding dependencies.
Looking for more information on how the virtual image was setup, or ideally a conda lock file.
Cheers