Closed lolouk44 closed 4 years ago
Which version of python3 are you on? It's working for me on python 3.7.3
Also, which version of pycirculate are you using? You'll need the version on master here: https://github.com/CY8s/pycirculate
Thanks.
Python 3.7.7
and pycirculate-0.1.1a1
Really strange. Looking through the source code for pycirculate, connect is definitely an argument. Can you load up a python shell, import pycirculate, and make sure the path it references has the connect argument?
Python 3.7.3 (default, Apr 3 2019, 05:39:12)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycirculate
>>> pycirculate
<module 'pycirculate' from '/home/pi/git/anovamaster/.venv/lib/python3.7/site-packages/pycirculate/__init__.py'>
Oh you found it. For some reason I did not have the same code as in the repo. Overwritten and it works. I guess I need to stop messing about with my system, hence the driving to create a docker version of your code 😆 I'll start working on a docker container that uses python3. In the meantime let me know if the current container works for you. Thanks
Hi Jay,
Looking at python3 now. did this on a fresh git clone (with a copy of my config):
and I get this error: