Giter VIP home page Giter VIP logo

Comments (5)

sorenwacker avatar sorenwacker commented on May 29, 2024

It works specifially with Python 3.7.*

from covfee.

sorenwacker avatar sorenwacker commented on May 29, 2024

But yarn install fails with:

error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/home/soren/workspace/covfee/covfee/client/node_modules/rc-menu'".
info If you think this is a bug, please open a bug report with the information provided in "/home/soren/workspace/covfee/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

from covfee.

sorenwacker avatar sorenwacker commented on May 29, 2024

I was able to install JS dependencies with yarn using a temporary cache directory:

yarn install --check-files --cache-folder .ycache && rm -rf .ycache

from covfee.

sorenwacker avatar sorenwacker commented on May 29, 2024

Then

cd samples/basic

covfee make .

throws:

covfee make .
/home/soren/miniconda3/envs/covfee/lib/python3.7/site-packages/google/oauth2/init.py:40: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
/home/soren/miniconda3/envs/covfee/lib/python3.7/site-packages/google/auth/init.py:55: Python37DeprecationWarning: After January 1, 2024, new releases of this library will drop support for Python 3.7. More details about Python 3.7 support can be found at https://cloud.google.com/python/docs/python37-sunset/
warnings.warn(message, Python37DeprecationWarning)
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.

added 291 packages, and audited 292 packages in 14s

18 packages are looking for funding
run npm fund for details

1 high severity vulnerability

To address all issues (including breaking changes), run:
npm audit fix --force

Run `npm audit` for details.
✔ 1 covfee project files found.
✔ Read covfee file basic.covfee.json.
✔ Project "Example project" in basic.covfee.json is valid.
✔ Created database tables.
✖ Error linking bundles. Aborted.
Traceback (most recent call last):
  File "/home/soren/workspace/covfee/covfee/cli/commands/launch.py", line 163, in make
    covfee_make(file_or_folder, force=force, rms=rms, stdout_enabled=True)
  File "/home/soren/workspace/covfee/covfee/utils.py", line 44, in covfee_make
    raise e
  File "/home/soren/workspace/covfee/covfee/utils.py", line 41, in covfee_make
    project_folder.link_bundles()
  File "/home/soren/workspace/covfee/covfee/covfee_folder.py", line 137, in link_bundles
    raise Exception('Master bundles not found.')
Exception: Master bundles not found.

from covfee.

sorenwacker avatar sorenwacker commented on May 29, 2024

On newer MacBooks, Python 3.7 does not run without tweaking. So, better to use a Linux server.

from covfee.

Related Issues (6)

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.