Ian Bell
Ian Bell
Hmm I haven't worked with that code in years. Can you debug yourself?
@huges84 I too am a mechanical engineer ! So is @davideziviani ! I pushed some changes to the docs, hopefully they help to address some of your issues you ran...
Yeah, the tutorial is indeed out of date. Once you get a bit up to speed with PDSim, want to write one? You clearly have the right mindset to contribute...
I don't think the compiler will be the issue, as your image is Linux based? Or not? Can you share your image? Does import PDSim work?
Once you have installed pdsim with python setup.py install, you don't need to add the location to sys.path (that's the whole point of the install). Maybe not putting in the...
You need to install a compiler as described in the docs, and also in the error message. Did you do a git clone? That is required to make sure all...
Looks like git is not available at the terminal, which is ok, but it is good idea to add git to the path in general. Did you install a compiler?
Which Visual Studio?
That's not what you need - see the link in the error message: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Hmm, that should be sufficient. Can you do instead: ``python setup.py build?``