daniel-lynch / daniel_lynch.passbolt

Passbolt Ansible collection
https://galaxy.ansible.com/daniel_lynch/passbolt
GNU General Public License v3.0
6 stars 7 forks source link

Requirement : pip install passbolt ERROR: Could not find a version that satisfies the requirement passbolt #7

Closed khalangy closed 1 year ago

khalangy commented 1 year ago

Hello, When I try to install passbolt module from pip I get this error :

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

I installed others python libraries (py-passbolt, passbolt-python-api, passbolt-api) but I still had the error.

Could you help me with this problem please ?

Thanks

daniel-lynch commented 1 year ago

Hey @khalangy sorry about that. I removed the library from PyPI because of a trademark issue and I'm in the midst of updating documentation. Try one of the methods below to install the python library and you should be good to go!

pip install git+https://github.com/daniel-lynch/py-passbolt

or

git clone https://github.com/daniel-lynch/py-passbolt.git
cd passbolt
python3 setup.py install

Kind regards

khalangy commented 1 year ago

Thanks a lot, it works :) Have a nice day Best regards