question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: module 'solaris' has no attribute 'vector'

See original GitHub issue

fbc_mask = sol.vector.mask.df_to_px_mask(df=cropped_polys_gdf, channels=['footprint', 'boundary', 'contact'], affine_obj=tfm, shape=(tile_size,tile_size), boundary_width=5, boundary_type='inner', contact_spacing=5, meters=True)

AttributeError: module ‘solaris’ has no attribute ‘vector’

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
nrweircommented, Apr 22, 2020

This should be fixed in the 0.2.2 release that just went out. Thanks!

0reactions
sebasmoscommented, Mar 8, 2021

Hi, I am getting this error #Traceback (most recent call last): File “sn7_baseline_train.py”, line 6, in <module> config = sol.utils.config.parse(config_path) AttributeError: module ‘solaris’ has no attribute ‘utils’"

I haven’t been able to solve it. When you mean 103 in utils.core.py, you mean the solaris env? I can’t find this file

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source code for solaris.vector.mask - Read the Docs
GeoDataFrame` instance with a column containing geometries (identified by ... AttributeError: return False # if it doesn't have a CRS attribute if not...
Read more >
Convert the data frame into pixel image - Stack Overflow
1) Solaris lib not recognizing vector as its attribute. ... meters=True) AttributeError: module 'solaris' has no attribute 'vector'.
Read more >
[Solved] AttributeError: 'module' object has no attribute
Click here to subscribe - https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww▻Instagram ...
Read more >
Issue occurred when using flipbook texture node - SideFX
They are using these 2 wrangle node to make motion vector & normal look. ... AttributeError: 'GeometryViewport' object has no attribute ...
Read more >
PyCryptodome Documentation - Read the Docs
Why do I get the error No module named Crypto on Windows? ... The CTR cipher object has a read-only attribute nonce (bytes)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found