0

I am facing a very strange issue I followed this video

https://www.youtube.com/watch?v=huoXr1pbzUQ

and here is the steps I took:

virtualenv -p /usr/local/bin/python3.7 .venv
source .venv/bin/activate
pip3 install minio
pip3 freeze > requirements.txt

So now I expect I should have minio installed but when I import it I get:

enter image description here

Traceback (most recent call last):
  File "/xxxx/PycharmProjects/minio/test.py", line 1, in <module>
    from minio import Minio
ImportError: cannot import name 'Minio' from 'minio' (/xxx/PycharmProjects/minio/minio.py)

So if I get that right it means minio has not been isnatlled

Any Idea?

Learner
  • 1,686
  • 4
  • 19
  • 38

0 Answers0