Giter Club home page Giter Club logo

Comments (3)

the-lay avatar the-lay commented on July 19, 2024

Huh, that's weird. Did you install it with pip or from source?
And in case you have multiple python environments (venv, conda..) are you sure you are running in the correct environment?

from tiler.

arnabdhara avatar arnabdhara commented on July 19, 2024

(py37) bash-4.2$ pip install tiler
Collecting tiler
Downloading tiler-0.3.1-py3-none-any.whl (20 kB)
Requirement already satisfied: numpy in /glb/hou/pt.sgs/data/ml_ai_us/4d/csoftware/miniconda3/envs/py37/lib/python3.7/site-packages (from tiler) (1.19.5)
Requirement already satisfied: tqdm in /glb/hou/pt.sgs/data/ml_ai_us/4d/csoftware/miniconda3/envs/py37/lib/python3.7/site-packages (from tiler) (4.61.1)
Installing collected packages: tiler
Successfully installed tiler-0.3.1

from tiler.

the-lay avatar the-lay commented on July 19, 2024

Can't replicate, this seems to be a problem with configuration on your system.

(base) ~$ conda create --name tiler_test python=3.7
...
(base) ~$ conda activate tiler_test
(tiler_test) ~$ pip install tiler
...
Successfully installed numpy-1.21.0 tiler-0.3.1 tqdm-4.61.1
(tiler_test) ~$ python
Python 3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from tiler import Tiler, Merger
>>> test = Tiler(data_shape=(100, 100), tile_shape=(10, 10))
>>> len(test)
100

from tiler.

Related Issues (18)

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.