iotaledger / ccurl.interface.py

A python interface to load ccurl library and perform PoW locally.
MIT License
6 stars 3 forks source link

Win32 problem ccurl #16

Open ABerghuis opened 3 years ago

ABerghuis commented 3 years ago

Calling the 'from pow import ccurl_interface' in the header only en running gives a 'Not a valid Win32 application...' message. For installing both: pip install pyota[ccurl] pip install pyota[pow] is not a problem.

Only ccurl needs the Build++ Visual Studio and that is a lot of installation. Annoying:( So, it has to do with de ccurl (win32?) running on a Win10 (64) pc.