I get errors tring to install django cripsy forms - django-forms

When I try to install django cripsy forms via the command:
'pip install django-cripsy-forms'
but I keep getting the following errors:
ERROR: Could not find a version that satisfies the requirement django-cripsy-forms (from versions: none) and
ERROR: No matching distribution found for django-cripsy-forms.
Please can anyone help me fix this?
Thanks.

Related

Agox installation

I have problem with installation of AGOX, prerequisites are
A C compiler (Tested with Intel/2018.1.163)
An MPI installation (Tested with openmpi/4.0.3)
how to install these on Ubuntu, kindly help me with this. Thank you.
I have tried installing agox on ubuntu using the documentation given on github but got an error saying
ERROR: Could not find a version that satisfies the requirement agox (from versions: none)
ERROR: No matching distribution found for agox

Heroku Could not generate requirement for distribution -lotly 2.7.0

Hi I am having some error when I am trying to deploy my app to Heroku.
When I pip freeze>requirements.txt, I am getting this error:
"WARNING: Could not generate requirement for distribution -lotly 2.7.0 (c:\users\xxx\appdata\local\programs\python\python37-32\lib\site-packages): Parse error at "'-lotly=='": Expected W:(abcd...)"
Can anyone help me out? thanks!
You can solve this error by deleting this module from the site-packages directory. from your question above, it looks like the module is present in c:\users\xxx\appdata\local\programs\python\python37-32\lib\site-packages .
you can do a sanity check by using pip freeze .
I was getting the same error while I was trying to do "pip freeze > requirements.txt"
Could not generate requirement for distribution -eportlab3.5 ....
There should be a corrupt file on the site-packages folder similar to '~eportlab-3.5.50.dist-info' OR '~eportlab'. Delete it manually and run the same command. It should work.

ERROR: Could not find a version that satisfies the requirement unittest (from versions: none) ERROR: No matching distribution found for unittest

Recently I have been installed Python 3.8.2 ( Feb 24, 2020) (64bit, Windows). Afterward, I've been updated Pip 20.0.2. And then trying to install Unittest" pip install unittest" but unfortunately it's appearing this message.
Does anyone has been faced this same problem?
C:\Users\BiploB>pip install unittest --user
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
ERROR: Could not find a version that satisfies the requirement unittest (from versions: none)
ERROR: No matching distribution found for unittest
enter link description here
If I am not mistaken unittest is part of Python's standard library. Meaning, it's available per default, meaning there is no need (and also no way) to install separately.

Why pastebinit is not available via pip?

I got this error messsage.
$ pip install pastebinit
ERROR: Could not find a version that satisfies the requirement pastebinit (from versions: none)
ERROR: No matching distribution found for pastebinit
But according to the following URL. It should be available. Does anybody know what is wrong? Thanks.
https://libraries.io/pypi/pastebinit
There is no such project available on PyPI currently: https://pypi.org/project/pastebinit/
libraries.io is not an authoritative source. It also shows no currently available release for this project anyway: https://libraries.io/pypi/pastebinit/versions
The forge for this software seems to be here: https://launchpad.net/pastebinit
Nop, it's not there. The URL https://pypi.org/project/pastebinit/ returns error 404. Perhaps it was there but later was removed.

httpie gives me an error on macosx 'HTTPConnection'

I'm working on macosx and I try to use httpie (with Symfony2 and FOSRestBundle).
I follow different tutorial on how to install httpie.
When I try to launch with: http httpie.org
I received the following error :
http: error: AttributeError: 'HTTPConnection' object has no attribute '_tunnel_host'
I can't find anything on Google.
Do I have to configure something special or do I have to install another thing ?
Thanks !
It looks like a bug. I'd try to update/reinstall HTTPie (pip install --force-reinstall --upgrade httpie), and fill a bug report if it doesn't help.

Resources