-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple issues with dependencies #3
Comments
Yes, |
I see |
Btw. While app is running in python 3.6.6. With python 3.7.0 it gives
|
The stack trace you posted is incomplete. |
Sorry. Updated the message with full stack trace. |
Ah. Here is the culprit: https://docs.python.org/3.6/library/asyncio-task.html#asyncio.async. |
If you're keen on Python 3.7, perhaps you could submit a PR updating the quamash submodule? That would be appreciated. |
I am interested in getting this running on OSX. I am willing to help out. What is the latest on supporting OSX. Is there a recommended minimum version of python to target? |
Yes, Kucher requires Python 3.6. Let me know if you have further questions. |
It seems like dependencies listed in
requirements.txt
are not enough. At least on Mac OSX. And probably on any clean system.What I did to make some progress (I used
conda
) is as follows:And finally stuck with popcop missing or not working (producing Assert on import) if just plain copied with issue described here.
Fixing that by just commenting line causing assertion I get to next issue with missing import in
popcop
.The text was updated successfully, but these errors were encountered: