Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Install via pip failed with error on version of supy-driver==2020b14 #27

Closed
rsnape opened this issue Mar 8, 2021 · 1 comment
Closed

Comments

@rsnape
Copy link

rsnape commented Mar 8, 2021

I attempted to install the supy package according to instructions, using the command line
python -m pip install supy --upgrade

This failed with the following output. I am on a Linux system (Mint), 64 bit, running Python 3.7.2 (64 bit)

Collecting supy Using cached https://files.pythonhosted.org/packages/08/f0/6bc05e9dff90bbe12d797a74641809bdc219e671f8c8134a28eaa37fd87c/supy-2021.2.26-py3-none-any.whl Collecting atmosp (from supy) Downloading https://files.pythonhosted.org/packages/d8/46/9c75ffc6e57cd30d1ed9d99019a6c14e414750dbdc73e53ce03e94350d76/atmosp-0.2.9-py3-none-any.whl (104kB) 100% |████████████████████████████████| 112kB 4.3MB/s Collecting supy-driver==2020b14 (from supy) Could not find a version that satisfies the requirement supy-driver==2020b14 (from supy) (from versions: 2018b11, 2018b12, 2018b13, 2018b14, 2018b15, 2018b17, 2018b19, 2018b20, 2018b22, 2018b25, 2018b26, 2018b27, 2018b28, 2018b29, 2018b30, 2018rc1, 2018rc2, 2018rc3, 2018rc4, 2018rc5, 2018rc6, 2018rc7, 2018rc8, 2019a1, 2019a2, 2019a3, 2019a4, 2019a5, 2019a6, 2019a7, 2019a9, 2019a10, 2019a11, 2019a12, 2019a13, 2019a14, 2019a16, 2019a17, 2019a18, 2019b1, 2019b2, 2019b3, 2019b5, 2020a1, 2020a2, 2020a3, 2020a4, 2020a5, 2020a6, 2020a7, 2020a8, 2020a9, 2020a10, 2020b1, 2020b4, 2020b5, 2020b6, 2020b7, 2020b8, 2020b9, 2020b10, 2020b11, 2020b13) No matching distribution found for supy-driver==2020b14 (from supy)

I did a little further digging and tried manually installing supy_driver, this showed that the supy_driver on the pypi database appears to be 2020b13. I guess that is the issue.

@rsnape
Copy link
Author

rsnape commented Mar 8, 2021

My fault - issue was with my system - pip was slightly behind current version. For some reason this meant that the 2020b14 wheel was deemed to be incompatible with my system. Now rectified.

@rsnape rsnape closed this as completed Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant