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.

Pre-release status makes it hard to install the package

See original GitHub issue

I’m trying to install asks with pipenv and getting an error:

[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
 Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ERROR: Could not find a version that matches anyio
Skipped pre-versions: 1.0.0a1, 1.0.0a1, 1.0.0a2, 1.0.0a2, 1.0.0b1, 1.0.0b1, 1.0.0b2, 1.0.0b2
There are incompatible versions in the resolved dependencies.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
agronholmcommented, Apr 7, 2019

I know it’s over an hour past my self imposed deadline, but I’ve now done everything I wanted to do for v1.0.0 final. However, due to the extensive refactoring I had to do I wasn’t yet comfortable putting out a final release. Thus, I’ve released v1.0.0rc1. I hope you’re not too disappointed.

2reactions
agronholmcommented, Apr 2, 2019

I was able to make some progress on the cancellation semantics front (my refactored curio code had a problem). Anyio is my current pet project and it’s blocking all the other cool things I want to do, hence my dedication.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install prereleased tool package from dotnet ... - GitHub
I don't think a --prerelease option for dotnet install tool makes sense since the package is being installed via a restore operation and...
Read more >
Nuget pre-release version, is it safe to use? - Stack Overflow
I'm interested in http://nuget.org/packages/Microsoft.AspNet.Web.Optimization/1.1.0-alpha1 which is pre-release version. this package allows to ...
Read more >
Pre-release versions in NuGet packages | Microsoft Learn
In this article. Installing and updating pre-release packages; Semantic versioning. Whenever you release an updated package with a new ...
Read more >
Install-Module : A parameter cannot be found that matches ...
To try a prerelease of PowerShell modules, you need to specify the AllowPrerelease parameter, e.g., like this: Install-Module -Name ExchangeOnlineManagement ...
Read more >
7. Releasing your package
The primary venue for releasing Python packages is the Python Package Index ... and/or dependencies that are difficult to install, is to make...
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