Tutorial Error
See original GitHub issueHi, my name is koki. I got an error like that. I use anaconda3-5.3.1 and Python 3.5.6. I want to know why was it error happened?
`
import ikpy my_chain = ikpy.chain.Chain.from_urdf_file(“model.urdf”) Traceback (most recent call last): File “<stdin>”, line 1, in <module> AttributeError: module ‘ikpy’ has no attribute ‘chain’ `
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Tutorial Failure - TV Tropes
The tutorial should be succinct, easy to follow, and have little risk in getting it wrong until the player is ready to move...
Read more >The problem with tutorials - Visual Studio Code
In this article, we'll look how development containers can reduce the errors a user might encounter, and how the Laravel PHP project elegantly ......
Read more >8. Errors and Exceptions — Python 3.11.1 documentation
Syntax errors, also known as parsing errors, are perhaps the most common kind of complaint you get while you are still learning Python:....
Read more >Tutorials That Went WRONG - YouTube
Install Raid for Free ✓ IOS/ANDROID/PC: http://pl.go-ga.me/59pk97zw and get a special starter pack Available only for the next 30 ...
Read more >C - Error Handling - Tutorialspoint
Affordable solution to train a team and make them project ready. Submit Demo Request · Tutorials Point · About us · Refund Policy...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same here in local. I also tested on google colab : I imported de Quickstart file. Just run
pip install ikpyon top and execute. Then i have the same problem.@Phylliade @Benoit-LdL @MADONOKOUKI @KyleORourke2 Check out this: https://stackoverflow.com/questions/8899198/module-has-no-attribute In pyik the submodule is not directory but pyfile so it is not imported automatically. A quick solution, add
Then it will work.

importin init.py like this