Giter Club home page Giter Club logo

Comments (6)

zerebubuth avatar zerebubuth commented on July 23, 2024 1

Glad to hear it, and sorry about the confusion!

I've added a follow-up issue in #76 to figure out whether it's better to fix this in requirements.txt or the installation instructions.

from tileserver.

nvkelso avatar nvkelso commented on July 23, 2024

vector-datasource v1.1.0 requires: tileserver v1.3.0 and tilequeue v1.4.0 and mapbox-vector-tile v1.0.0. You'll need to ensure your checkout is to that specific git tag (not master which is default).

from tileserver.

hriad avatar hriad commented on July 23, 2024

Yes I made sure to checkout the correct releases as per vector-datasource release notes

from tileserver.

hriad avatar hriad commented on July 23, 2024

I just redid the whole thing, and made sure to checkout the correct releases. Yet I get the same result. Interestingly, If I follow the install steps but run off master instead of the tagged releases, tileserver is able to start just fine.

from tileserver.

zerebubuth avatar zerebubuth commented on July 23, 2024

ImportError: cannot import name make_single_metatile

The make_single_metatile function was recently removed from tilequeue, although it is present in the v1.4.0 release. Sometimes I find that pip installs multiple versions of libraries in my virtualenv and uses a different version than I expected. From time to time I have to have a "clear out" and re-make the virtualenv to make sure there's only one version for each library. Is it possible that you've got both the master and v1.4.0 versions of tilequeue, and tileserver v1.3.0 is finding the master version of tilequeue?

from tileserver.

hriad avatar hriad commented on July 23, 2024

I tried with a clean virtualenv, but got the same result. However your comment got me in the right direction. Specifying [email protected] instead of tilequeue@master in requirements.txt did the trick for me. Now tileserver is working!

from tileserver.

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.