GithubHelp home page GithubHelp logo

Comments (6)

K4KDR avatar K4KDR commented on June 11, 2024 1

Ubuntu 16.04, 64-bit

After uninstalling all versions of construct from both Python2 & Python3, I installed the latest version (2.9.45) in both Python environments:

python2 -m pip install construct==2.9.45 --user
python3 -m pip install construct==2.9.45 --user

... and now when running compile_hierarchical.sh, I get a long list of the following:

NameError("name 'String' is not defined",)
NameError("name 'String' is not defined",)
NameError("name 'String' is not defined",)

... consequently, when running various flowgraphs from gr-satellites, they now halt execution with (for example):

  File "/usr/local/lib/python2.7/dist-packages/lilacsat/telemetry.py", line 156, in <module>
    'message' / String(28),\
NameError: name 'String' is not defined

... where did I go wrong, please? Thanks!!

from gr-satellites.

daniestevez avatar daniestevez commented on June 11, 2024

It seems you are using construct version 2.8. Now version 2.9 is required, since I used some 2.9 specific features when writing the 3CAT-1 telemetry parser.

from gr-satellites.

daniestevez avatar daniestevez commented on June 11, 2024

I removed all Strings from gr-satellites in 58ef736, so this problem must be with left over files from an older installation or files from other OOT modules. In particular, the file you mention /usr/local/lib/python2.7/dist-packages/lilacsat/telemetry.py comes from gr-lilacsat, not from gr-satellites.

Maybe you could try removing the satellites folder from your /usr/local/lib/python2.7/dist-packages/ and also the lilacsat folder and any other which give problems with String.

from gr-satellites.

W2RTV avatar W2RTV commented on June 11, 2024

ok yes my info in the original post was from a fresh install on Ubuntu 16043. will give the new construct a shot. thank you.

from gr-satellites.

W2RTV avatar W2RTV commented on June 11, 2024

i went back to earlier version of gr-satellites and my gr-lilacsat is working again as you suggested in your email. thanks Dani
P.S. your recommendation of using the new construct also worked for your newest version to compile in the root folder.

from gr-satellites.

cpbridges avatar cpbridges commented on June 11, 2024

python2 -m pip install construct==2.9.45 --user

Worked for me for lilacsat / ESEO compatibilty. 73s C

from gr-satellites.

Related Issues (20)

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.