Commit graph

10 commits

Author SHA1 Message Date
Jacob Heider e99bc15e31
fix(conda)[1]
needs fixes for lib paths and openssl.
2024-04-25 16:52:48 -04:00
Jacob Heider 69b1ccf44c
fix(conda) (#5985)
* fix(conda)

closes #5091

dosu-bot thinks this is the fix, maybe. i'm not so sure.

* find newer versions
2024-04-25 16:29:39 -04:00
Jacob Heider e48bc639f1
fix conda darwin-x86-64
hopefully. there's what looks like an api issue in `threading` that only appears on darwin-x86-64...
2024-02-01 15:26:10 -05:00
Jacob Heider 53da7c209e fix(conda)
oops, left python in env
2024-02-01 14:31:31 -05:00
Jacob Heider cce9637adf
fix conda PYTHONPATH 2024-02-01 13:45:21 -05:00
Jacob Heider f39be11032
conda PYTHONPATH fix 2024-02-01 12:43:05 -05:00
Jacob Heider 94970ed3d0
fix(conda) (#5073)
* fix(conda)

condas >=23.11 require a conda-solver package that's only available in conda (so pip fails to find it).

this uses miniconda to install conda into our venv. and it seems to work!

closes #3897
closes #5072

* haha. well, let's use the correct platform-specific installer.
2024-02-01 12:09:57 -05:00
Max Howell 81e7a5e16f
pkgx 2023-10-01 14:44:42 -04:00
Max Howell 2048d99c47
+mamba deps (#2741) 2023-08-09 11:27:04 -04:00
Max Howell 9243322d5b
+conda (miniconda) (#2683)
Refs
* https://github.com/teaxyz/pantry/pull/388
* https://github.com/teaxyz/pantry/issues/6
2023-07-28 13:01:17 -04:00