yabox icon indicating copy to clipboard operation
yabox copied to clipboard

Yabox Import error

Open Furqan-VLSI opened this issue 5 years ago • 0 comments

C:\Users\muham>pip install yabox Requirement already satisfied: yabox in c:\users\muham\appdata\local\programs\python\python38-32\lib\site-packages (1.1.0) Requirement already satisfied: numpy>=1.7 in c:\users\muham\appdata\local\programs\python\python38-32\lib\site-packages (from yabox) (1.18.5)

C:\Users\muham>python Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

from yabox.problems import problem Traceback (most recent call last): File "", line 1, in ImportError: cannot import name 'problem' from 'yabox.problems' (C:\Users\muham\AppData\Local\Programs\Python\Python38-32\lib\site-packages\yabox\problems_init_.py)

Hi Sir

I hope you will be doing fine.

I have copied this from my terminal. As you can see that I have successfully installed Yabox but when I run the command from yabox.problems import problem it gives me an error.

If you can guide me I will be very grateful to you.

Furqan-VLSI avatar Jun 19 '20 16:06 Furqan-VLSI