This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年07月01日 05:32 by dipen, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| parakeet.py | dipen, 2014年07月01日 05:32 | parakeet module implemented in this file | ||
| Messages (2) | |||
|---|---|---|---|
| msg222010 - (view) | Author: dipen (dipen) | Date: 2014年07月01日 05:32 | |
i want to used parakeet module. and i install all dependency related to all. when i run attached file code then i get error like ImportError: cannot import name jit So i dont know how to solve this error. |
|||
| msg222013 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2014年07月01日 06:00 | |
This issue tracker is for reporting problems in Python itself. For help in how to how to use Python, there are lots of forums to ask for help. See https://www.python.org/about/help/ for suggestions. That said, if you have named your example file "parakeet.py", there's a good chance that it will shadow (or block) the "parakeet" module you installed. Try renaming your file to something else. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:05 | admin | set | github: 66093 |
| 2014年07月01日 06:00:29 | ned.deily | set | status: open -> closed nosy: + ned.deily messages: + msg222013 resolution: not a bug stage: resolved |
| 2014年07月01日 05:32:29 | dipen | create | |