You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
Hi,
some days ago I found wok and it seems to fit exactly my needs! :-)
I initially installed wok with pip as described in the docu.
Unfortunately pip installed several dependencies than as well - although they already existed in newer(!) versions on my system. So some packages got overwritten with older versions.
I had to repair it manually - and learned quite a bit about pip and Python packages...
Later I cloned your wok Git repository and tried to find out what happens.
Hi,
some days ago I found wok and it seems to fit exactly my needs! :-)
I initially installed wok with pip as described in the docu.
Unfortunately pip installed several dependencies than as well - although they already existed in newer(!) versions on my system. So some packages got overwritten with older versions.
I had to repair it manually - and learned quite a bit about pip and Python packages...
Later I cloned your wok Git repository and tried to find out what happens.
In setup.py you are using :
I assume the "==" causes the problems.
Wouldn't a "greater or equal than" be sufficient here?
BTW: The "regex" package seems to be required as well.
Anyway: Great work, your wok!
The text was updated successfully, but these errors were encountered: