Open mawit07 opened 7 years ago
After building cryptonight-hash-lib no py files are created so i'm getting the following error:
File "/home/enerjay/Downloads/Finances/Electroneum/SumoEasyMiner/libs/__init__.py", line 5, in <module> from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash ImportError: No module named 'cryptonite_hash'
so what do i do?
@EnergyFusion you need copy cryptonite_hash.so
file.
cryptonight-hash-lib
must be compiled with python2
Up to the path to cryptonight-hash-lib
lubuntu@lubuntu:~/cryptonight-hash-lib$ sudo cmake .
CMake Error at CMakeLists.txt:3 (include): include could not find load file:
-- Target architectures: -- The C compiler identification is GNU 6.3.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Setting build type to 'Release' as none was specified. CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.7/Modules/FindPythonLibs.cmake:255 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:22 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/lubuntu/cryptonight-hash-lib/CMakeFiles/CMakeOutput.log".