tkrabel / bamboolib

bamboolib - a GUI for pandas DataFrames
https://bamboolib.com
937 stars 94 forks source link

I was trying to run the test installation bamboolib as suggested but it failed #25

Closed KVSSetty closed 3 years ago

KVSSetty commented 3 years ago

Environment

(bamboolibenv) C:\Users\kvsse>

Description of Issue

~\AppData\Roaming\Python\Python37\site-packages\bamboolib__init__.py in 17 # NOTE: you can think about removing this if we require matplotlib>3.3.1 18 try: ---> 19 import seaborn 20 except ImportError as import_error: 21 if "DLL load failed" in str(import_error):

~\AppData\Roaming\Python\Python37\site-packages\seaborn__init__.py in 1 # Capture the original matplotlib rcParams ----> 2 import matplotlib as mpl 3 _orig_rc_params = mpl.rcParams.copy() 4 5 # Import seaborn objects

~\AppData\Roaming\Python\Python37\site-packages\matplotlib__init__.py in 105 # cbook must import matplotlib only within function 106 # definitions, so it is safe to import from it here. --> 107 from . import cbook, rcsetup 108 from matplotlib.cbook import MatplotlibDeprecationWarning, sanitize_sequence 109 from matplotlib.cbook import mplDeprecation # deprecated

~\AppData\Roaming\Python\Python37\site-packages\matplotlib\cbook__init__.py in 26 import weakref 27 ---> 28 import numpy as np 29 30 import matplotlib

~\AppData\Roaming\Python\Python37\site-packages\numpy__init__.py in 303 304 if sys.platform == "win32" and sys.maxsize > 2**32: --> 305 _win_os_check() 306 307 del _win_os_check

~\AppData\Roaming\Python\Python37\site-packages\numpy__init__.py in _win_os_check() 300 "See this issue for more information: " 301 "https://tinyurl.com/y3dm3h86") --> 302 raise RuntimeError(msg.format(file)) from None 303 304 if sys.platform == "win32" and sys.maxsize > 2**32:

RuntimeError: The current Numpy installation ('C:\Users\kvsse\AppData\Roaming\Python\Python37\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

Reproduction Steps

1. 2. 3. ...

What steps have you taken to resolve this already?

installed the latest version of numpy and tried the same error

...

Anything else?

...

tkrabel commented 3 years ago

Hi @KVSSetty - Thanks for the notice!

We should've fixed this issue by now. Can you confirm it works?

I'll reopen the issue if it still doesn't work.

Cheers, Tobias