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
At the current state it is impossible to install dmlab2d using pip nor with install.sh script nor using git clone on Linux x86 as well as on Windows. While having installed on dependent packages and libraries, the following errors keep occuring:
ERROR: Could not find a version that satisfies the requirement dmlab2d (from versions: none)
ERROR: No matching distribution found for dmlab2d
Again, all needed compilers (clang), libraries, and packages (bazel, etc.) are installed in python virtual environment. I believe I am not the only one facing this issue and if anyone is facing similar problem I would be immensely grateful for any help.
The text was updated successfully, but these errors were encountered:
I had the same issue (on Windows 10). For some reason, installing dmlab2d on WSL didn't throw up any errors so I've been connecting to WSL on VSCode and it seems to work fine.
Where did you try to get the wheel from for pip-installing? Did you build //dmlab2d:dmlab2d_wheel? That builds for me on Linux. (I haven't checked the Mac version for a while.)
At the current state it is impossible to install dmlab2d using pip nor with install.sh script nor using git clone on Linux x86 as well as on Windows. While having installed on dependent packages and libraries, the following errors keep occuring:
ERROR: Could not find a version that satisfies the requirement dmlab2d (from versions: none)
ERROR: No matching distribution found for dmlab2d
Again, all needed compilers (clang), libraries, and packages (bazel, etc.) are installed in python virtual environment. I believe I am not the only one facing this issue and if anyone is facing similar problem I would be immensely grateful for any help.
The text was updated successfully, but these errors were encountered: