Code Monkey home page Code Monkey logo

Comments (4)

whyboris avatar whyboris commented on May 8, 2024 3

Solved with pip install --upgrade progressbar2
This happened:

Successfully uninstalled progressbar2-3.36.0
Successfully installed progressbar2-3.38.0

Looks like a version issue

from vaex.

maartenbreddels avatar maartenbreddels commented on May 8, 2024 1

Are you sure you installed 'progressbar2'? It has the same package name as progressbar. Not sure how that can happen when you did pip install though.

from vaex.

maartenbreddels avatar maartenbreddels commented on May 8, 2024 1

indeed 👍

from vaex.

whyboris avatar whyboris commented on May 8, 2024

Installed with pip install --pre vaex
Added import vaex to Jupyter Lab
instantly got error:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-1-710c8f6b7287> in <module>()
----> 1 import vaex

~/Desktop/env/pyforbes/venv/lib/python3.6/site-packages/vaex/__init__.py in <module>()
     49 from __future__ import print_function
     50 import glob
---> 51 import vaex.dataset
     52 from . import stat
     53 # import vaex.file

~/Desktop/env/pyforbes/venv/lib/python3.6/site-packages/vaex/dataset.py in <module>()
     15 import threading
     16 import six
---> 17 import vaex.utils
     18 # import vaex.image
     19 import numpy as np

~/Desktop/env/pyforbes/venv/lib/python3.6/site-packages/vaex/utils.py in <module>()
    208 
    209 
--> 210 class CpuUsage(progressbar.widgets.FormatWidgetMixin, progressbar.widgets.TimeSensitiveWidgetBase):
    211     def __init__(self, format='CPU Usage: %(cpu_usage)s%%', usage_format="% 5d"):
    212         super(CpuUsage, self).__init__(format=format)

AttributeError: module 'progressbar.widgets' has no attribute 'FormatWidgetMixin'

Tried in Jupyter Notebook -- same error.

from vaex.

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.