Alteryx Designer Desktop Discussions

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

Using the Camelot package in the python tool.

mjbarre2
5 - Atom

Hello, 

 

I'm having issues using Camelot in the python tool. My Alteryx version is 2022.3.1.486. I'm trying to replicate the output from this site

 

When trying to run my program, I get this error: "AttributeError: module 'camelot' has no attribute 'read_pdf'".

 

My code is (file path removed):

 

 

import camelot

tables = camelot.read_pdf("file path")

df=tables[0].df

Alteryx.write(df,1)

 

 

 

I'm thinking the package is outdated and a newer one needs to be installed. Any help is appreciated. Thanks!

2 REPLIES 2
acarter881
12 - Quasar
mjbarre2
5 - Atom

Thank you but this post states the same way that I used to install camelot in Alteryx. Unfortunately, that doesn't solve my issue. 

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels