(base) C:\WINDOWS\system32>conda install -c sharppy sharppy Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. 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 the existing python installation in your environment: Specifications: - sharppy -> python[version='>=2.7,<2.8.0a0|>=3.8,<3.9.0a0|>=3.5,<3.6.0a0'] Your python: python=3.7 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. Note that conda will not change your python version to a different minor version unless you explicitly specify that. (base) C:\WINDOWS\system32>conda update --all Collecting package metadata (current_repodata.json): done Solving environment: done # All requested packages already installed. (base) C:\WINDOWS\system32>pip install sharppy Collecting sharppy Downloading SHARPpy-1.4.0a5-py2.py3-none-any.whl (13.6 MB) |████████████████████████████████| 13.6 MB 1.7 MB/s Collecting numpy==1.15.* Downloading numpy-1.15.4-cp37-none-win_amd64.whl (13.5 MB) |████████████████████████████████| 13.5 MB 409 kB/s Requirement already satisfied: requests in c:\programdata\anaconda3\lib\site-packages (from sharppy) (2.22.0) Requirement already satisfied: python-dateutil in c:\programdata\anaconda3\lib\site-packages (from sharppy) (2.8.1) Requirement already satisfied: certifi>=2017.4.17 in c:\programdata\anaconda3\lib\site-packages (from requests->sharppy) (2019.11.28) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\programdata\anaconda3\lib\site-packages (from requests->sharppy) (1.25.8) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\programdata\anaconda3\lib\site-packages (from requests->sharppy) (3.0.4) Requirement already satisfied: idna<2.9,>=2.5 in c:\programdata\anaconda3\lib\site-packages (from requests->sharppy) (2.8) Requirement already satisfied: six>=1.5 in c:\programdata\anaconda3\lib\site-packages (from python-dateutil->sharppy) (1.14.0) ERROR: astropy 4.0 has requirement numpy>=1.16, but you'll have numpy 1.15.4 which is incompatible. Installing collected packages: numpy, sharppy Attempting uninstall: numpy Found existing installation: numpy 1.18.1 Uninstalling numpy-1.18.1: Successfully uninstalled numpy-1.18.1 Successfully installed numpy-1.15.4 sharppy-1.4.0a5 (base) C:\WINDOWS\system32>conda update --all Collecting package metadata (current_repodata.json): done Solving environment: done # All requested packages already installed. (base) C:\WINDOWS\system32>sharppy Traceback (most recent call last): File "c:\programdata\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\programdata\anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\ProgramData\Anaconda3\Scripts\sharppy.exe\__main__.py", line 4, in File "c:\programdata\anaconda3\lib\site-packages\runsharp\full_gui.py", line 18, in from datasources import data_source File "c:\programdata\anaconda3\lib\site-packages\datasources\data_source.py", line 31, in available = imp.load_source('available', avail_loc) File "c:\programdata\anaconda3\lib\imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 724, in exec_module File "", line 859, in get_code File "c:\programdata\anaconda3\lib\imp.py", line 157, in get_data return super().get_data(path) File "", line 916, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Philip\\.sharppy\\datasources\\available.py'