Giter VIP home page Giter VIP logo

Comments (8)

mounaTay avatar mounaTay commented on August 23, 2024

@akanimax were you able to start an app with quepy??
it keeps raising " File "/usr/local/bin/quepy", line 77
print "Error: folder '{}' already exists".format(folder)"

from quepy.

akanimax avatar akanimax commented on August 23, 2024

@mounaTay yes I am able to start the quepy app. Could you please send the complete stack trace of the error you obtained, we will be better able to debug the error. From what I perceive, Your error is perhaps related to the setting up of the parser, tagger and the default corpus of nltk. Please go through the installation instructions (link here -> http://quepy.readthedocs.io/en/latest/installation.html#set-up-the-pos-tagger and try again.

from quepy.

mounaTay avatar mounaTay commented on August 23, 2024

thanks, the installation was not done effectively, however now when i'm starting an app, i'm missing the parsing.py and settings.py files from the directory's tree
image
image

from quepy.

akanimax avatar akanimax commented on August 23, 2024

@mounaTay I think I had the same problem too (If I remember correctly, but it was quite similar to this). The way I solved it was by creating a virtualEnv local to my project and installed quepy on that virtualenv. Not sure why, but for some reason installing quepy in the global python env causes errors like these.
Perhaps @rafacarrascosa would be better able to help here.

from quepy.

mounaTay avatar mounaTay commented on August 23, 2024

I've tried that but still not working for me

from quepy.

mounaTay avatar mounaTay commented on August 23, 2024

I had to copy an existing settings.py file to make it work

from quepy.

akanimax avatar akanimax commented on August 23, 2024

@mounaTay well, that's a bit odd. But, I am glad that solved your problem.
cheers!

from quepy.

brazierd avatar brazierd commented on August 23, 2024

I had this problem too, I found that /usr/local/lib/python2.7/dist-packages/quepy-0.2-py2.7.egg/ was a zip archive not a directory. So I installed unzip (sudo apt install unzip) and then replaced the archive with its contents, if you see what I mean - then there was a directory /usr/local/lib/python2.7/dist-packages/quepy-0.2-py2.7.egg/ where the startapp expected to find the settings.py. Seemed to work but perhaps it would be safer to remove quepy entirely, install unzip and then reinstall quepy.

from quepy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.