Code Monkey home page Code Monkey logo

Comments (3)

thadikari avatar thadikari commented on August 30, 2024

Hi lisimeng1996,
You will need to initialize the utilities sub-module (this is another git repository) by executing git submodule update --init --recursive as described in https://stackoverflow.com/questions/10168449/git-update-submodules-recursively .

from ldpc_decoders.

lisimeng1996 avatar lisimeng1996 commented on August 30, 2024

hi,i have git clone your code .I change my python interpreter to 32-bit and find some new promblems :
/*
Traceback (most recent call last):
File "C:/Users/Administrator/Desktop/decoders/src/main.py", line 7, in
from models import models
File "C:\Users\Administrator\Desktop\decoders\src\models.py", line 1, in
import bsc, bec, biawgn
File "C:\Users\Administrator\Desktop\decoders\src\bsc.py", line 8, in
import admm
File "C:\Users\Administrator\Desktop\decoders\src\admm.py", line 6, in
from parity_polytope import exact
File "C:\Users\Administrator\Desktop\decoders\src\parity_polytope\exact.py", line 9, in
lib = ctypes.cdll.LoadLibrary(lib_path)
File "C:\Python3.6\Python36-32\lib\ctypes_init_.py", line 426, in LoadLibrary
return self.dlltype(name)
File "C:\Python3.6\Python36-32\lib\ctypes_init
.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module was not found。

Caught OSError! Make sure a Python-32bit version is running.
https://stackoverflow.com/questions/19849077/error-loading-dll-in-python-not-a-valid-win32-application.
*/

from ldpc_decoders.

thadikari avatar thadikari commented on August 30, 2024

I have fixed this error. Update your code by running `git pull' and check if this works. Are you trying to run the admm decoder?

from ldpc_decoders.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.