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
Have been trying to install the repo on my work Mac but I keep getting the PackageNotFoundError when using conda install. Any clue what might be causing this?
The text was updated successfully, but these errors were encountered:
sniffo
changed the title
OSX Installation Issue (conda)
OSX-arm64 Installation Issue (conda)
Dec 2, 2024
It doesn't work on my windows either.
Can you try : conda install conda-forge::tyssue. This one works for me.
@glyg I don't think it is the last version for conda. Anaconda website says v0.9.0 (v0.2.1 for win-32), now we are at version 1.1 (https://anaconda.org/conda-forge/tyssue).
pip is up to date.
I tried conda install conda-forge::tyssue as well. Does not work, maybe something to do with my system being osx-arm64 while the conda-forge build is osx-64. Used pip instead and that seemed to do the trick. Thanks!
Have been trying to install the repo on my work Mac but I keep getting the PackageNotFoundError when using
conda install
. Any clue what might be causing this?The text was updated successfully, but these errors were encountered: