Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda env create on MacOS 12.1 (Apple M1/ARM) fails with unresolved packages #4

Open
CharlieMcVicker opened this issue Jul 25, 2022 · 4 comments

Comments

@CharlieMcVicker
Copy link
Member

Trying to get my development environment set up and I can't seem to get conda to find these packages. Need to run to an appt right now, but I thought I'd make the issue I'm having known!

Not surprised if this is arm related.

IMS-Toucan % conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - mkl_random=1.2.2
  - intel-openmp=2021.4.0
  - libstdcxx-ng=9.3.0
  - mkl=2021.4.0
  - libgcc-ng=9.3.0
  - mkl_fft=1.3.1
  - mkl-service=2.4.0
  - libgomp=9.3.0
  - _libgcc_mutex=0.1
  - cudatoolkit=11.3.1
  - torchaudio=0.10.1
  - _openmp_mutex=4.5

Any help appreciated!

ᏩᏙ

@CharlieMcVicker CharlieMcVicker changed the title Conda env create on MacOS 12.1 (Apple M1/ARM) fails with unresolved packagers Conda env create on MacOS 12.1 (Apple M1/ARM) fails with unresolved packages Jul 25, 2022
@michael-conrad
Copy link
Contributor

yeah... based on my googling for "apple m1 cudatoolkit" you are probbly in a show stopping situation.

@michael-conrad
Copy link
Contributor

My first suggestion would be to remove the package version numbers on the offending packages in the environment.yml file. and also completely remove the cudatoolkit package.

@CharlieMcVicker
Copy link
Member Author

Hmm. Yeah, I agree. If you'd like, I could take a look at containerizing this while I'm at it. I already have to check the dependenceis for another OS, might as well be Linux and then it'll run anywhere, including in the cloud if you ever want that. I know you've mentioned performance being a constraint, though. Still, I'm sort of interested to see what happens and what that performance hit is like.

@michael-conrad
Copy link
Contributor

My biggest concern for you is your ability to generate needed audio for your web app projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants