-6

I am a student and recently got mac M1, we are being taught FreeCAD(first opensource software ever), but the problem is the build is availble for intel Mac's and I am facing issues.

But on deep search through forums I found the build of this guy. Can somebody help me out on what he wants to convey. FreeCAD forum thread screenshot

1 Answers1

0

the person is telling you that the result gives the platform. You can try this:

import platform
x = platform.platform()

print(x)

In this example, the variable x returns the platform that you are using: in my case it returns this:

Windows-10-10.0.19041-SP0
E_net4
  • 27,810
  • 13
  • 101
  • 139
D.L
  • 4,339
  • 5
  • 22
  • 45