Discussions

Ask a Question
Back to all

Unable to install deweypy

Running "pip install deweypy" returns the following message:

Defaulting to user installation because normal site-packages is not writeable
Note: you may need to restart the kernel to use updated packages.
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.12; 0.0.2 Requires-Python >=3.12; 0.3.0 Requires-Python >=3.12; 0.3.1 Requires-Python >=3.12; 0.4.0 Requires-Python <3.14,>=3.12; 0.5.0 Requires-Python <3.14,>=3.12; 0.6.0 Requires-Python <3.14,>=3.12; 0.7.0 Requires-Python <3.14,>=3.12; 0.8.0 Requires-Python <3.14,>=3.12
ERROR: Could not find a version that satisfies the requirement deweypy (from versions: none)
ERROR: No matching distribution found for deweypy

The Python version I'm using is 3.14.4

I've tried to install matching versions using "deweypy==0.3.1"

I've tried the same code with/without " as ddp"

I've restarted the Kernel and tried again.

I downloaded the deweypy and saved it in the same directory as the Jupyter notebook I'm working on.

Is this error due to lack of admin privileges on my system? Is there a workaround or do I need to have IT install deweypy with admin privileges?

Thank you,