Giter Club home page Giter Club logo

Comments (14)

EfimovVladimir avatar EfimovVladimir commented on June 25, 2024 1

installation error with pip reproduced for me too

ERROR: Could not find a version that satisfies the requirement beakerx-widgets>=2.0.1 (from beakerx_all) (from versions: none)
ERROR: No matching distribution found for beakerx-widgets>=2.0.1 (from beakerx_all)

from beakerx.

jobevers avatar jobevers commented on June 25, 2024 1

There is no beakerx-widgets package on pypi:

image

from beakerx.

jobevers avatar jobevers commented on June 25, 2024 1

I was able to clone the repo and pip install the beakerx_widgets package: https://github.com/twosigma/beakerx_widgets/tree/master/beakerx_widgets

pip install beakerx_all still breaks though so you'll have to manually install the other sub-packages.

from beakerx.

priggad avatar priggad commented on June 25, 2024 1

@posenato You mentioned having to install the ijava kernel but this isn't necessary. This should be sufficient (provided you have openjdk installed) to run jupyterlab with beakerx java kernel:

pip install jupyterlab beakerx-kernel-java
beakerx_kernel_java install
jupyter lab

I am also trying to install beakerx with pip and figured this out by looking at https://github.com/twosigma/beakerx_kernel_java#readme

from beakerx.

ildipo avatar ildipo commented on June 25, 2024

@EfimovVladimir Can you verify this please?

from beakerx.

Berezhnyk avatar Berezhnyk commented on June 25, 2024

I have the same issue. I tried to install it with Anaconda conda install -c beakerx beakerx_widgets but I get the following:

image

from beakerx.

EfimovVladimir avatar EfimovVladimir commented on June 25, 2024

@Berezhnyk does it help you if you will install python like conda install python=3.7.5 for your "base3-6" env?

from beakerx.

Berezhnyk avatar Berezhnyk commented on June 25, 2024

No, it doesn't help
image

from beakerx.

EfimovVladimir avatar EfimovVladimir commented on June 25, 2024

@Berezhnyk could you try to install beakerx on new conda environment with python 3.7.5 and openjdk=11.0.1 like

conda create -y --name be1_all python=3.7.5
conda activate be1_all
conda install -y -c conda-forge openjdk=11.0.1
conda install -y -c beakerx beakerx_all

from beakerx.

posenato avatar posenato commented on June 25, 2024

Dear all,
this thread should be around pip installation, no about a conda installation issue.

My original question was simple: is it yet possible to install BeakerX 2.* by pip3?
Or, it is necessary to install 'conda' and, then, BeakerX?

Thanks :-)

from beakerx.

ronnac avatar ronnac commented on June 25, 2024

Same problem here. Is it possible to compile the code from source (e.g. v1.5) and install it from there? What steps are necessary?

from beakerx.

jinchen-hou avatar jinchen-hou commented on June 25, 2024

Same error as @Berezhnyk and I tried all the following, still does not work.

conda create -y --name be1_all python=3.7.5
conda activate be1_all
conda install -y -c conda-forge openjdk=11.0.1
conda install -y -c beakerx beakerx_all

Anyone could help?

from beakerx.

moovida avatar moovida commented on June 25, 2024

Hi, I am also experiencing this when trying to install through pip (I have no other option):

pip install beakerx-all

Collecting beakerx-all
  Downloading beakerx_all-2.0.1-py2.py3-none-any.whl (2.2 kB)
Collecting beakerx-kernel-sql>=2.0.0
  Downloading beakerx_kernel_sql-2.0.0-py2.py3-none-any.whl (30.7 MB)
     |████████████████████████████████| 30.7 MB 2.4 MB/s 

[...]

ERROR: Could not find a version that satisfies the requirement beakerx-widgets>=2.0.1 (from beakerx-all) (from versions: none)
ERROR: No matching distribution found for beakerx-widgets>=2.0.1

Is there a way to get the widgets package on pypi? Would be awesome :-)

from beakerx.

posenato avatar posenato commented on June 25, 2024

@priggad One year ago, ijava was necessary.

from beakerx.

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.