Spotlight not working with Python 3.7 ?
See original GitHub issueI’m trying to download spotlight on my Mac with Python 3.7 and I’m getting this error:
bash-3.2# conda install -c maciejkula -c pytorch spotlight=0.1.5
Collecting package metadata (current_repodata.json): done
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Initial quick solve with frozen env failed. Unfreezing env and trying again.
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
Initial quick solve with frozen env failed. Unfreezing env and trying again.
Solving environment: failed
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
- spotlight=0.1.5 -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0']
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Your current python version
is (python=3.7). Note that conda will not change your python version to a different minor version
unless you explicitly specify that.
The following specifications were found to be incompatible with each other:
Package wheel conflicts for:
spotlight=0.1.5 -> scikit-learn -> scipy -> numpy[version='>=1.11.3,<2.0a0,>=1.15.1,<2.0a0,>=1.9.3,<2.0a0'] -> mkl_random -> numpy-base[version='>=1.0.2,<2.0a0'] -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0'] -> pip -> wheel
python=3.7 -> pip -> wheel
Package certifi conflicts for:
python=3.7 -> pip -> wheel -> setuptools -> certifi[version='>=2016.09']
spotlight=0.1.5 -> scikit-learn -> scipy -> numpy[version='>=1.11.3,<2.0a0,>=1.15.1,<2.0a0,>=1.9.3,<2.0a0'] -> mkl_random -> numpy-base[version='>=1.0.2,<2.0a0'] -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0'] -> pip -> wheel -> setuptools -> certifi[version='>=2016.09']
Package pip conflicts for:
spotlight=0.1.5 -> scikit-learn -> scipy -> numpy[version='>=1.11.3,<2.0a0,>=1.15.1,<2.0a0,>=1.9.3,<2.0a0'] -> mkl_random -> numpy-base[version='>=1.0.2,<2.0a0'] -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0'] -> pip
python=3.7 -> pip
Package setuptools conflicts for:
spotlight=0.1.5 -> scikit-learn -> scipy -> numpy[version='>=1.11.3,<2.0a0,>=1.15.1,<2.0a0,>=1.9.3,<2.0a0'] -> mkl_random -> numpy-base[version='>=1.0.2,<2.0a0'] -> python[version='>=2.7,<2.8.0a0,>=3.5,<3.6.0a0,>=3.6,<3.7.0a0'] -> pip -> wheel -> setuptools
python=3.7 -> pip -> wheel -> setuptools
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
About installing python version 3.7
I'm not able to download version 3.7 on my Mac when I go spotlight, type terminal them white screen pop & then I...
Read more >Mac OS - Fixing Python Installation Issues
Fixing Python Installation Issues · A. Checking Python Installation · B. Making a clean installation of Python 3.7.x 64-bit · C. Editing clarisse.env...
Read more >How to Install Python 3 on Mac – Brew Install Update Tutorial
Open up your terminal. You can do this by using MacOS spotlight (command+space) and typing "terminal". Now that you're in a command line, ......
Read more >Python Launcher app on macOS 10.15+ fails to run scripts
app is to invoke Spotlight by clicking on the "magnifying glass" icon near the upper right end of the macOS menu bar and...
Read more >From install to Run for Python3.7 and PyCharm on Mac
How to install the latest python3.7 on a Mac including python, idle, and pip. How to then install free IDE called PyCharm.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can git clone the repo and install it:
python setup.py build
python setup.py install
Any updates to conda which would make the set up easier ?