question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Packaging issue with 0.7.0?

See original GitHub issue

Just attempted to install the new release and saw the following in the output:

Requested django-salesforce==0.7.0 from https://pypi.python.org/packages/23/f5/5ccc55a19a4e6466d51ec245f993d11c8b74501d993c43a95d8d8e853081/django-salesforce-0.7.0.tar.gz#md5=f7d20defb0cd4aa9af4459a564b9af3a (from -r requirements.txt (line 89)), but installing version None

When I pip freeze after installing, pip thinks the version is 0.6.9 still.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
philchristensencommented, May 16, 2017

I think the old Git stuff was at fault here, or something. I’ll be a lot more careful of subsequent releases; I ended up releasing 0.7.2 just to make sure the right version number was attached.

beefheart:django-salesforce✹master $ mkvirtualenv django-salesforce
New python executable in /Users/pchristensen/.virtualenvs/django-salesforce/bin/python
Installing setuptools, pip, wheel...done.
beefheart:django-salesforce✹master $ pip install django-salesforce
Collecting django-salesforce
  Downloading django-salesforce-0.7.2.tar.gz (88kB)
    100% |████████████████████████████████| 92kB 3.8MB/s
Collecting django<1.11.99,>=1.8.4 (from django-salesforce)
  Using cached Django-1.11.1-py2.py3-none-any.whl
Collecting simplejson>=2.5.0 (from django-salesforce)
Collecting pytz>=2012c (from django-salesforce)
  Using cached pytz-2017.2-py2.py3-none-any.whl
Collecting requests>=2.4.0 (from django-salesforce)
  Using cached requests-2.14.2-py2.py3-none-any.whl
Building wheels for collected packages: django-salesforce
  Running setup.py bdist_wheel for django-salesforce ... done
  Stored in directory: /Users/pchristensen/Library/Caches/pip/wheels/1f/be/fb/e91ac260da383b25a0ea53b7c5075cf2f7ae6c4cf14df16ec7
Successfully built django-salesforce
Installing collected packages: pytz, django, simplejson, requests, django-salesforce
Successfully installed django-1.11.1 django-salesforce-0.7.2 pytz-2017.2 requests-2.14.2 simplejson-3.10.0
0reactions
hynekcercommented, May 16, 2017

Ready by PR #185.

(Unfortunately, the issue 174 can not be closed yet.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug in the 0.7.0 packaging · Issue #233 · encode/httpx · GitHub
I've tried to upgrade to 0.7.0 and it exploded with a $ poetry update Updating dependencies Resolving dependencies... (1.0s) Package operations: 0 installs, ......
Read more >
All the New Things in {gt} 0.7.0 - RStudio
We are excited to demonstrate all the new things in gt 0.7.0. This release has so many new features and enhancements that unlock...
Read more >
@xmldom/xmldom - npm Package Health Analysis | Snyk
Since version 0.7.0 this package is published to npm as @xmldom/xmldom and no longer as xmldom , because we are no longer able...
Read more >
Issue uninstalling machine-wide ProvisionedAppX package
The issues arise when trying to uninstall the package for all users. ... Remove-AppPackage -AllUsers -package "DentalDialInstaller_3.0.7.0.
Read more >
Build issue while packaging docker for openSUSE - Google Groups
Hello, I'm the docker's maintainer for openSUSE. While upgrading to 0.7.0 I decided to fix the build process used at packaging time (in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found