Jump to content

Search the Community

Showing results for tags 'heapq'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Greetings, I am new to heliohost, using Ricky, and I'm working on a project that required 2 python libraries that wasn't available on heliohost. This is the version that works for me without getting a 500 error #!/usr/bin/python I'm not sure which version is running with that definition, but it's the only one working. I really need the NLTK version after 2017 (NLTK 3.3 or above) and heapq package to complete my code please if it's capable on the server. If it's not possible, I would really appreciate it if you could help me to install it directly with the pip! PS: I tried to install it using various ways, one of it was (got 500 error): #!/usr/bin/python import cgi from subprocess import call from sys import executable import pip call([executable,'-m', 'pip', 'install','--trusted-host=pypi.org', '--trusted-host=files.pythonhosted.org', 'nltk']) Thank you very very much for your work!! Please keep the awesome work
×
×
  • Create New...