Giter Site home page Giter Site logo

Comments (6)

kaylamillerdev avatar kaylamillerdev commented on May 14, 2024

image

I also opened up the cleaner file in Visual Studio Code and it also has an error. I think it's because of differences between Python 2 and 3 but I am not familiar at all with Python.

from notion-enhancer.

kaylamillerdev avatar kaylamillerdev commented on May 14, 2024

PS: when I disable the Python linter, VSCode doesn't say there are any problems, but it still gives the same exact error messages.

from notion-enhancer.

dragonwocky avatar dragonwocky commented on May 14, 2024

what version of python are you running? in theory that error should only be occurring on python 2, though a couple people have reported weird stuff on python 3.8 that i haven't been able to reproduce yet.

for lines that print()/log something, you can probably just delete them. otherwise you might need to translate the f-strings into normal strings with concatenation (just 'text ' + variable instead of f'text variable').

this is already fixed in the wip update (see the js branch), btw. that should be ready for beta-testing by Monday or Tuesday.

from notion-enhancer.

kaylamillerdev avatar kaylamillerdev commented on May 14, 2024

from notion-enhancer.

dragonwocky avatar dragonwocky commented on May 14, 2024

if you just run the python command alone to enter the shell it'll print the version up the top: if it says anything below 3.6 you may need to run with python3 instead

from notion-enhancer.

kaylamillerdev avatar kaylamillerdev commented on May 14, 2024

Installing the windows store python fixed it!

from notion-enhancer.

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.