Code Monkey home page Code Monkey logo

Comments (6)

bennybp avatar bennybp commented on July 4, 2024

Just ran into this. For me, this only happens with the version installed via pip. The package on PyPI seems to be missing the ini files

They are included in the conda package

EDIT: The setup.py file should be changed: package_data={'': ['config/*.ini']},

from geometric.

coltonbh avatar coltonbh commented on July 4, 2024

Yes. This issue appears to be not with the code, per se, but with the version published to pypi.org. That version lacks the config directory so the logger initialization fails. @leeping would it be possible to publish a new version to pypi that contains the config dir? Would be nice to have a pip instalable version without having to install from source :)

from geometric.

leeping avatar leeping commented on July 4, 2024

from geometric.

coltonbh avatar coltonbh commented on July 4, 2024

Fantastic! That would be great. I've been maintaining my own geometric version that adds a few of these fixes and it would be great to have the official published version include them :)

from geometric.

leeping avatar leeping commented on July 4, 2024

The latest version of geomeTRIC on PyPI has the .ini files available, so it should work for you now. I'll close the issue but please reopen it if you're still having issues. Thanks!

  • Lee-Ping
$ tar xvzf geometric-1.0.tar.gz &> /dev/null
$ find . -name \*.ini
./geometric/config/log.ini
./geometric/config/logConsole.ini
./geometric/config/logJson.ini

from geometric.

coltonbh avatar coltonbh commented on July 4, 2024

Fantastic! I'd love to be able to build a few of my projects from PyPi instead of my patched versions on GitHub (makes distribution way easier). I'll get to my rebuilds over the coming weeks and ping you back if there are issues :)

from geometric.

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.