Giter Site home page Giter Site logo

Comments (3)

twidi avatar twidi commented on June 29, 2024

Also, using get_version from django with alpha , will call a subprocess git log... in django that will try to get the timestamp of the git head... of django, not of picklefield

Even when deployed without git.

And last point, tjhe package is published as 2.0 so we should not have this alpha here.

from django-picklefield.

antnieszka avatar antnieszka commented on June 29, 2024

I have the same problem with fresh project installation:

Collecting django-picklefield==2.0
  Using cached django-picklefield-2.0.tar.gz (10 kB)
    ERROR: Command errored out with exit status 1:
     command: /home/<user>/Projects/site/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-dnl9cqzg/django-picklefield/setup.py'"'"'; __file__='"'"'/tmp/pip-install-dnl9cqzg/django-picklefield/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-dnl9cqzg/django-picklefield/pip-egg-info
         cwd: /tmp/pip-install-dnl9cqzg/django-picklefield/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-dnl9cqzg/django-picklefield/setup.py", line 5, in <module>
        import picklefield
      File "/tmp/pip-install-dnl9cqzg/django-picklefield/picklefield/__init__.py", line 3, in <module>
        import django.utils.version
    ModuleNotFoundError: No module named 'django'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Same story with django-picklefield-2.1.1.tar.gz 😞

from django-picklefield.

charettes avatar charettes commented on June 29, 2024

Closing as duplicate of #56.

from django-picklefield.

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.