borchero / pycave

Traditional Machine Learning Models for Large-Scale Datasets in PyTorch.
https://pycave.borchero.com
MIT License
126 stars 13 forks source link

installation failure #17

Closed Daisy-GENG closed 2 years ago

Daisy-GENG commented 2 years ago

Hi,

I am trying to install pycave using pip3 install pycave , but I get the following error:

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

I've already updated my pip version to the latest version, and I can successfully install other available packages using pip3 install. Is there something wrong with my python environment?

Thanks. Daisy

borchero commented 2 years ago

Hey Daisy, which version of Python are you using (see python --version or python3 --version)? PyCave requires Python version 3.8 or 3.9.

Daisy-GENG commented 2 years ago

Hi,

Sorry, I am currently using python 3.6. After upgrading my python version to 3.8, everything works well.

Thank you so much! Daisy