Coder Social home page Coder Social logo

docker-pandas's People

Contributors

adavidzh avatar amancevice avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-pandas's Issues

missing libstdc++.so.6 when importing pandas

Hello,
when trying to use the new pandas image

amancevice/pandas:0.23.0-python3-alpine

docker run  amancevice/pandas:0.23.0-python3-alpine python3 -c import pandas"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.6/site-packages/pandas/__init__.py", line 42, in <module>
    from pandas.core.api import *
  File "/usr/lib/python3.6/site-packages/pandas/core/api.py", line 10, in <module>
    from pandas.core.groupby.groupby import Grouper
  File "/usr/lib/python3.6/site-packages/pandas/core/groupby/__init__.py", line 2, in <module>
    from pandas.core.groupby.groupby import (
  File "/usr/lib/python3.6/site-packages/pandas/core/groupby/groupby.py", line 49, in <module>
    from pandas.core.frame import DataFrame
  File "/usr/lib/python3.6/site-packages/pandas/core/frame.py", line 74, in <module>
    from pandas.core.series import Series
  File "/usr/lib/python3.6/site-packages/pandas/core/series.py", line 3978, in <module>
    Series._add_series_or_dataframe_operations()
  File "/usr/lib/python3.6/site-packages/pandas/core/generic.py", line 8891, in _add_series_or_dataframe_operations
    from pandas.core import window as rwindow
  File "/usr/lib/python3.6/site-packages/pandas/core/window.py", line 36, in <module>
    import pandas._libs.window as _window
ImportError: Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/lib/python3.6/site-packages/pandas/_libs/window.cpython-36m-x86_64-linux-gnu.so)

The older one amancevice/pandas:0.22.0-python3-alpine works ok. Now I need to add the
apk add --no-cache libstdc++ which I'm not sure is the correct solution.

apk add libstdc++ 【Can't afford to download】

docker pull amancevice/pandas:1.0.5-alpine

ImportError: Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/lib/python3.8/site-packages/pandas/_libs/window/aggregations.cpython-38-x86_64-linux-gnu.so)

0.15.1

For reasons outside my control, we require 0.15.1
Instead of forking yours, would you be willing to build and push a 0.15 (including alpine) container so your docker stats can get some love from our CI server?

Why not alpine?

I was looking for an alpine image containing pandas. Your repo is the first google hit, but then I saw that it's debian based. What was the reason to ditch alpine? Could you please update the project description?

Thank you

multiarm issue

hi,

I've just tried running amancevice/pandas:slim (it resolved to sha256:4d8685ae3ca4b2fb39548a79db0c7c1871540f6343c4c251b10edc16d84dd686) on an amd64 machine, but I get an exec /bin/sh: exec format error, and on dockerhub it seems it actually is an arm64 image.

can you have a look ?

1.1.3-alpine fails with "ImportError: Error loading shared library libstdc++.so.6"

I get the following error when importing pandas in 1.1.3-alpine

  File "/usr/src/app/myapp.py", line 9, in <module>
    import pandas as pd
  File "/usr/local/lib/python3.8/site-packages/pandas/__init__.py", line 52, in <module>
    from pandas.core.api import (
  File "/usr/local/lib/python3.8/site-packages/pandas/core/api.py", line 29, in <module>
    from pandas.core.groupby import Grouper, NamedAgg
  File "/usr/local/lib/python3.8/site-packages/pandas/core/groupby/__init__.py", line 1, in <module>
    from pandas.core.groupby.generic import DataFrameGroupBy, NamedAgg, SeriesGroupBy
  File "/usr/local/lib/python3.8/site-packages/pandas/core/groupby/generic.py", line 57, in <module>
    from pandas.core.aggregation import (
  File "/usr/local/lib/python3.8/site-packages/pandas/core/aggregation.py", line 27, in <module>
    from pandas.core.series import FrameOrSeriesUnion, Series
  File "/usr/local/lib/python3.8/site-packages/pandas/core/series.py", line 4983, in <module>
    Series._add_series_or_dataframe_operations()
  File "/usr/local/lib/python3.8/site-packages/pandas/core/generic.py", line 10511, in _add_series_or_dataframe_operations
    from pandas.core.window import (
  File "/usr/local/lib/python3.8/site-packages/pandas/core/window/__init__.py", line 1, in <module>
    from pandas.core.window.ewm import ExponentialMovingWindow  # noqa:F401
  File "/usr/local/lib/python3.8/site-packages/pandas/core/window/ewm.py", line 9, in <module>
    import pandas._libs.window.aggregations as window_aggregations
ImportError: Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/lib/python3.8/site-packages/pandas/_libs/window/aggregations.cpython-38-x86_64-linux-gnu.so)

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.