Import Environment Python from MAC to windows

  Kiến thức lập trình

My supervisor and I are working on a project. He sent me his Python environment from his mac to be installed in my Windows 10 pc. When I try to install it in Anaconda Prompt, I get several errors as “Solving environment: failed” or
“LibMambaUnsatisfiableError: Encountered problems while solving:

  • nothing provides requested zstd ==1.5.5 h4f39d0f_0
  • nothing provides requested zlib-ng ==2.0.7 h1a8c8d9_0 (and many others)”

or “Could not solve for environment specs
The following packages are incompatible
├─ aiohttp ==3.8.4 py310h8e9501a_0 does not exist (perhaps a typo or a missing channel);
├─ aom ==3.5.0 h7ea286d_0 does not exist (perhaps a typo or a missing channel); (and many others)”

I want to work on a script on Visual Studio Code (or Spider) but when I launch the code I keep getting the error:
“import mne
ModuleNotFoundError: No module named ‘mne'”

How can I solve this?
Thank you,

Additional info: Channels:

  • pytorch
  • apple
  • conda-forge
  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

I tried running it with Anaconda and didn’t work

I tried importing the environment with Ubuntu shell but I don’t have administrator access as it is a computer from my institution

LEAVE A COMMENT