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

missing packages #2

Closed
jabbalaci opened this issue May 14, 2018 · 3 comments
Closed

missing packages #2

jabbalaci opened this issue May 14, 2018 · 3 comments

Comments

@jabbalaci
Copy link

Add click and lxml to requirements.txt .
For ast I got an error, thus I had to remove it.
Also, add the shebang line to the beginning:

#!/usr/bin/env python3
@techcentaur
Copy link
Owner

Thanks, I've updated requirements.txt and the shebang line. Also, why did you get an error while compiling the code with ast?

@jabbalaci
Copy link
Author

I just wanted to install the packages from requirements.txt and pip dropped an error that ast cannot be installed.

@techcentaur
Copy link
Owner

Yes, it was a mistake to write ast in requirements, since ast is already installed in python module. Thank you for reminding me.

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

2 participants