We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am very new to Python and I saw a similar issue discussed here #9
I am trying to run pyfolio and getting AttributeError: 'Version' object has no attribute 'major'
I tried pip install --user dephell_specifier to update, however it did not solve an issue.
I would be very grateful if you can give me any advise on how to solve it since I cannot find anything on the web.
My system version is sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0)
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am very new to Python and I saw a similar issue discussed here #9
I am trying to run pyfolio and getting AttributeError: 'Version' object has no attribute 'major'
I tried pip install --user dephell_specifier to update, however it did not solve an issue.
I would be very grateful if you can give me any advise on how to solve it since I cannot find anything on the web.
My system version is sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0)
Thank you
The text was updated successfully, but these errors were encountered: