-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
'module' object has no attribute 'ModelParams' #13
Comments
Hi Prajwal, can you please describe the error in more detail? |
Hi Laura, oops, I forgot to mention the exact error. I pip installed spiderman, and have following two lines of code: import spiderman as sp I can import the library successfully but the next line gives me an error: |
Hi Prajwal, the pip version is currently quite a long way behind the git version - sorry about that, I plan to do another "official" release on there shortly. In the meantime, could you try with the current github version? |
Thanks for the response. |
I have installed and can successfully import the module. But I get error on the first next line: spider_params = sp.ModelParams(brightness_model="zhang").
The text was updated successfully, but these errors were encountered: