Ran this code:
(base) ------------------@MICHAELs-MacBook-Air ~ % conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml
Got this response among several pages:
UnsatisfiableError: The following specifications were found to be incompatible with each other:
The following specifications were found to be incompatible with your system:
- feature:/osx-arm64::__osx==12.5.1=0
- feature:|@/osx-arm64::__osx==12.5.1=0
- jupyterlab==3.0.14 -> ipython -> __osx
- notebook==6.5.2 -> ipykernel -> __osx
Your installed version is: 12.5.1
Please help me sove this.
Hi,
My macOS version is 10.15.4 and I was able to install the environment without facing any issues. This is the command line that I used:
conda env create -f https://quantra.quantinsti.com/downloads/machinelearning/environment.yml
You can try uninstalling the environment and reinstall it from scratch using the above line.
If your issue is still not resolved please share the error you're getting (the link you've shared is throwing a 404 error).
Thanks
Rushda