neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

could not install with conda

Open fareshan opened this issue 2 years ago • 2 comments

Describe the bug I could not install neuralforecast in a new conda environment

To Reproduce conda create -n nixtla -c conda-forge python=3.8 # or 3.9 or 3.10 conda activate nixtla conda install -c conda-forge -n nixtla neuralforecast

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/osx-arm64::__osx==13.1=0
  - feature:|@/osx-arm64::__osx==13.1=0
  - neuralforecast=1.0.0 -> pytorch[version='>=1.4'] -> __osx[version='>=11.0']

Your installed version is: 13.1

Desktop (please complete the following information):

  • OS: macOS 13.1
  • CPU: M1

fareshan avatar Feb 12 '23 17:02 fareshan

Having the same issue as above

revan0517 avatar Apr 19 '23 22:04 revan0517

Same issue for me!

ujohn33 avatar Jun 07 '23 20:06 ujohn33