twosigma / twosigma/beakerx

installation error on windows

Open
#7,805 7 comments 0 reactions 1 assignee Claimed by @LeeTZ View on GitHub
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

I follow to our instruction.
```
conda create -y -n beakerx 'python>=3' nodejs pandas 'openjdk=8.0.121' maven py4j requests
source activate beakerx
conda config --env --add pinned_packages 'openjdk=8.0.121'
conda install -y -c conda-forge ipywidgets
(cd beakerx; pip install -e . --verbose)
beakerx install
```

while I run
`conda install -y -c conda-forge ipywidgets`
I get this error:
```
Solving environment: failed
CondaValueError: Malformed version string '8.0.121'': invalid character(s).
```

To fix error I removed apostrophes for 'openjdk=8.0.121' and after that build was successful

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.