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 have installed gdstk successfully by updating all conda modules.
However, now when I try to use gdstk I get the following error:
`C:\Users\Nikolay.Kr\anaconda3\python.exe C:/Users/Nikolay.Kr/Documents/Python/XOR/main.py
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
Traceback (most recent call last):
File "C:/Users/Nikolay.Kr/Documents/Python/XOR/main.py", line 2, in
import gdstk
ImportError: numpy.core.multiarray failed to import
Process finished with exit code 1`
I think it might be related to numpy version used(at least that is what I found on the Internet). I have upgraded to the newest version but nothing has changed. Maybe if I use the same version it will work well?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
@KrA40n1 Please also consider the suggestions in this issue: conda-forge/gdstk-feedstock#9
If you still have trouble installing on Windows, please open an issue aver at the gdstk-feedstock repo, where more users will be able to help.
Hello,
I have installed gdstk successfully by updating all conda modules.
However, now when I try to use gdstk I get the following error:
`C:\Users\Nikolay.Kr\anaconda3\python.exe C:/Users/Nikolay.Kr/Documents/Python/XOR/main.py
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
Traceback (most recent call last):
File "C:/Users/Nikolay.Kr/Documents/Python/XOR/main.py", line 2, in
import gdstk
ImportError: numpy.core.multiarray failed to import
Process finished with exit code 1`
I think it might be related to numpy version used(at least that is what I found on the Internet). I have upgraded to the newest version but nothing has changed. Maybe if I use the same version it will work well?
Thank you in advance.
The text was updated successfully, but these errors were encountered: