I am trying to install PyBase64 on my python 3 8 But I end up with the following error

0 votes
$ pip install pybase
ERROR: Could not find a version that satisfies the requirement pybase (from versions: none)
ERROR: No matching distribution found for pybase
Mar 24, 2020 in Python by Nishant
• 210 points
2,610 views

Hey, @ Nishant,

When you are trying to install PyBase 64, I would suggest you use this to install:

pip install pybase64

Pybase64 uses the same API as Python base64  “modern interface” (introduced in Python 2.4) for easy integration. I would suggest you install Python 2.4

To get the fastest decoding, it is recommended to use the validate=True when possible.

Hey, @Gitika

Thank you so much for the help. Now it's working
Hey, @Nishant,
Glad to help with your doubt. By the way, how's the situation with Corona Virus, is it work from home in your case too? How are you managing your profession?

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Python

0 votes
1 answer

I am trying to install os-win on my python 3.8. But I end up with the following error:

I have the same issue and is ...READ MORE

answered Sep 6, 2020 in Python by anonymous
7,121 views
0 votes
1 answer

I am trying to install visualize on my python 3.8 but i end up with the followinf error.

Hi@Avinash, I think the module name is visualization ...READ MORE

answered Apr 27, 2020 in Python by MD
• 95,440 points
1,368 views
0 votes
1 answer

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

answered Apr 6, 2020 in Python by MD
• 95,440 points
22,963 views
0 votes
3 answers

i am installing wordcloud using pip but i am unable to do that ....i am getting the following error

word cloud is not supported for python ...READ MORE

answered Apr 15, 2020 in Python by anonymous
31,871 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,058 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP