Timeline for Python ModuleNotFoundError for installed module
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3 at 21:40 | comment | added | Nasir Riley | Whether the question remains here or is moved over to Stack Overflow, include whether or not the directory to which okx was installed is in your Python path and whether or not you have access to the directory and its contents. | |
| Jan 3 at 16:57 | comment | added | terdon♦ | Fair enough, that does seem to be what they suggest. Still, I suspect you would get better answers over at Stack Overflow since this really isn't about Linux or Unix at all. | |
| Jan 3 at 16:53 | comment | added | user1700494 | @terdon I'm following okex API docs https://www.okx.com/docs-v5/en/?python#order-book-trading-trade-post-place-order | |
| Jan 3 at 16:47 | comment | added | terdon♦ | Thanks, that helps. This seems like a pure python issue, so I'm not sure how on topic it is here, but don't you want something like from okx import Trade? What documentation are you following? What told you to try import okx.Trade? | |
| Jan 3 at 16:05 | history | edited | user1700494 | CC BY-SA 4.0 | sample of output |
| Jan 3 at 15:34 | history | asked | user1700494 | CC BY-SA 4.0 |