malibu1966

Results 17 comments of malibu1966

Thanks for the comment. There is very little documentation on how to do it, and this is done like the only demo I could find. On Wed, May 19, 2021...

Thanks for the response. Do you happen to know what was the last working version? I only need wampcra, not doing any of this bitcoin stuff. I tried 23.1.1 as...

In case anyone needs a database back end for their workers, the mysql proper and the mysql-connector-python package which is pure python works on the crossbar container. Unfortunately the standard...

So I install crossbar and then I do this?

Thank you very much for your help. This is what I got: ``` root@b56f8af996e6:/code# pip install [email protected]:oberstet/crossbar.git@updating_dependencies WARNING: Ignoring invalid distribution -rossbar (/opt/venv/lib/python3.9/site-packages) Collecting git@ github.com:oberstet/crossbar.git@updating_dependencies ERROR: Could not install...

First of all, thanks everyone for providing input and being so helpful. About psycopg2cffi, thanks for the recommendation. I do remember seeing some stuff on that and I will try...

So I tried the pip install into a venv and it seems to install fine but when I enter crossbar start I get the following error: ``` Traceback (most recent...

I did pip install psycopg2cffi but it still doesn't work. I think I would need to recompile it.

Well then I would like to know how to get it to work. I did setup.py install for psycopg2cffi and that didn't work either. I'm intending to use the Django...

I tried this. I made a docker file based on pypy as you recommended. I did pip install Django and pip install psycopg2cffi. Still get the same error: ``` File...