Closed maximilianh closed 6 years ago
That's a strange one. Based on the enum version in your message, I suspect it might be because you are using python 3.4. Unfortunately, portcullis needs python 3.5 and above. Can you give that a go and see if it fixes the problem?
That was it! I had py3.6 installed, but I first had to activate it, then do the conda install of portcullis.
I have the feeling that this is something very basic but now even knowing the solution, I struggle finding something about this in the conda documentation or on stackoverflow.
Thanks!!
On Fri, May 4, 2018 at 2:09 AM, Daniel Mapleson notifications@github.com wrote:
That's a strange one. Based on the enum version in your message, I suspect it might be because you are using python 3.4. Unfortunately, portcullis needs python 3.5 and above. Can you give that a go and see if it fixes the problem?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maplesond/portcullis/issues/34#issuecomment-386545057, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS-TXqy028ZmzajfMlyeJm2zpFEKDSfks5tvBrPgaJpZM4TwW_I .
Hi, sorry, this may well be a conda specific question, but I am unable to figure it out, let me know if you don't know, I'll dig more into it then.
Any idea why I'm getting this:
I did conda update enum34, but that didn't help.