Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

error when trying to install python package

alren
5 - Atom

Hi, I need to install the "ruptures" package by running command.

 

 

 

 

Package.installPackages('ruptures')

 

 

 

 

 

 

This is the error code I get: 


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

 

2 REPLIES 2
gawa
16 - Nebula
16 - Nebula

@alren 

In my environment, no issue found.

Be sure of launching Designer "Run as Admin", and execute install command in Python tool.

image.png

caltang
17 - Castor
17 - Castor

Have you tried !pip installing and also included the == version as a test? Otherwise, run Alteryx as an Administrator as per @gawa 's suggestion and try it.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors