Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No matching distribution found #150

Open
soojinpren opened this issue Nov 18, 2023 · 5 comments
Open

No matching distribution found #150

soojinpren opened this issue Nov 18, 2023 · 5 comments

Comments

@soojinpren
Copy link

Hello, I am having trouble with installing the latest version of itk-tubetk.

When I create a new conda environment with python 3.9, pip install itk-tubetk==1.3.5 throws this error

ERROR: Could not find a version that satisfies the requirement itk-tubetk==1.3.5 (from versions: 0.9.0, 1.0.0, 1.1rc1, 1.1, 1.2, 1.2.1, 1.3, 1.3.1)
ERROR: No matching distribution found for itk-tubetk==1.3.5

When I create a new conda environment with python 3.10, pip install itk-tubetk==1.3.5 throws this error

ERROR: Could not find a version that satisfies the requirement itk-tubetk (from versions: none)
ERROR: No matching distribution found for itk-tubetk

Strangely, when I try pip install itk-tubetk==1.3.5, I am able to install the latest version. Could you please let me know how I can install v1.3.5 locally? Thank you.

@aylward
Copy link
Member

aylward commented Nov 18, 2023 via email

@soojinpren
Copy link
Author

Hi @aylward, thank you for your reply. The OS and CPU of my computer are:

Ubuntu 18.04.6 LTS (GNU/Linux 5.4.0-1103-aws x86_64v)
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
Stepping: 7
CPU MHz: 3114.548
BogoMIPS: 4999.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 36608K
NUMA node0 CPU(s): 0-7

@normanius
Copy link

Does that mean that Apple systems running an M1+ processor are also not supported for now?

@aylward
Copy link
Member

aylward commented Dec 7, 2023

Yes - but I'm working on it! I just switched the build system to the base approach used by ITK's core. I hope to have new builds within a week, for a full range of platforms.

@normanius
Copy link

Great, I'm happy to help test new builds as soon as they are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants