Git Product home page Git Product logo

Comments (9)

louistiti avatar louistiti commented on May 10, 2024 4

I guess this is because the Python modules were installed under another env. Once you have the correct prerequisites, maybe a npm run postinstall could help as it will install the Python modules.

from leon.

louistiti avatar louistiti commented on May 10, 2024 1

Hello @OvermindDL1,

Got it, thanks for your explanations BTW.

from leon.

OvermindDL1 avatar OvermindDL1 commented on May 10, 2024

Apparently the project doesn't like being first ran with python 3.7 then downgraded to 3.6, can't replicate it from a pure 3.6 setup.

from leon.

goodwinfame avatar goodwinfame commented on May 10, 2024

same problem,
the original python3 on my os was 3.5.
I upgraded to 3.6 and then install leon,
when I run check, throws the same error.

from leon.

nogarcia avatar nogarcia commented on May 10, 2024

I am experiencing the same error, but the fix is not working. I have tried every method of installing tinydb, and my pipenv is at 3.6 before I even run npm install

from leon.

louistiti avatar louistiti commented on May 10, 2024

Hello @goodwinfame @Shrubhog,

Please paste the output of your npm run check.

from leon.

nogarcia avatar nogarcia commented on May 10, 2024

https://pastebin.com/DypXTMaG
I have since switched to @Antoinebr's Docker image, and the problem did not occur. It was either a system problem or a PEBCAK.

from leon.

goodwinfame avatar goodwinfame commented on May 10, 2024

@louistiti thanks very much, npm run postinstall did work.

from leon.

mbwhite avatar mbwhite commented on May 10, 2024

As a reference I had exactly the same issue - and I think it was triggered by dropping back to python3.6 from python3.7.

My solution was to clean out the the python venv and reinstall the python3-distutils

rm -rf bridges/python/.env
sudo apt-get install python3-distutils

from leon.

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.