You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error when importing pydradis. Here's the steps to reproduce on Windows 10 with Python 3.6.5:
pipenv shell --three
pip install pydradis
python
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from pydradis import Pydradis
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\liams\.virtualenvs\Gradis-TvVwDOpj\lib\site-packages\pydradis\__init__.py", line 1, in <module>
from pydradis import Pydradis
ImportError: cannot import name 'Pydradis'
The text was updated successfully, but these errors were encountered:
Can you open a command prompt in C:\Users\liams.virtualenvs\Gradis-TvVwDOpj\lib\site-packages\pydradis and paste the output of running "dir"? Maybe it's just a windows-specific case sensitivity issue?
I'm getting an error when importing pydradis. Here's the steps to reproduce on Windows 10 with Python 3.6.5:
The text was updated successfully, but these errors were encountered: