Unfortunately not:

I added the click part within Dockerfile:

```RUN pip install --upgrade setuptools pip
RUN pip install -e . && pip install -r requirements-dev.txt
#add this too
RUN pip install click==6.7

ENV PATH=/home/work/incubator-superset/superset/bin:$PATH \
    PYTHONPATH=./superset/:$PYTHONPATH
```
and re-ran the following commands:
```
bash -x docker-build.sh
docker-compose up -d
docker-compose exec superset bash
bash docker-init.sh
```

The results were (just the relevant parts):


```
clean-webpack-plugin: /home/work/incubator-superset/superset/assets/dist has 
been removed.
 95% emitting OptimizeCssAssetsWebpackPluginError: EACCES: permission denied, 
mkdir '/home/work/incubator-superset/superset/assets/dist'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: `NODE_ENV=production webpack 
--mode=production --colors --progress`
npm ERR! Exit status 1
```

and


```
[2018-09-29 19:38:28,242: ERROR/MainProcess] consumer: Cannot connect to 
amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
Trying again in 2.00 seconds...
```


Login is still not possible

[ Full content available at: 
https://github.com/apache/incubator-superset/issues/5987 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to