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

Add pycurl to one of dependencies in README.md #36

Open
elogada opened this issue Jun 10, 2020 · 0 comments
Open

Add pycurl to one of dependencies in README.md #36

elogada opened this issue Jun 10, 2020 · 0 comments

Comments

@elogada
Copy link

elogada commented Jun 10, 2020

I tried installing the JSParser straight out of the box as per README.md's requirements. Although I am met with problems, I still managed to fix them.

The (main) problem was that in the box that I was using, pycurl had not been included yet. Whether this is a side-effect of Python2.7's deprecation in 2020 is out of my reach, however, simply installing pycurl managed to do the job.

The syntax for this hotfix is

pip install pycurl

In the event that one is met with more errors, a significant help would be to install libgnutls* packages from one's repository. In that case, the fix would be dependent on your default-installation and what you can get from your repo.

Tl;dr
Add pycurl as a dependency in the Readme file.

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

1 participant