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
Packages that use Virtual Packages (like __unix) in their build recipes cause the build to fail with an error of the sort:
├─ pysocks 1.7.1 would require
│ │ │ │ └─ __win , which is missing on the system;
│ │ │ └─ pysocks 1.7.1 would require
│ │ │ └─ __unix , which is missing on the system;
Packages that use Virtual Packages (like
__unix
) in their build recipes cause the build to fail with an error of the sort:This was discussed in:
package is excluded by strict repo priority
jupyterlite/xeus-python-kernel#148 (comment)Related Conda documentation:
The text was updated successfully, but these errors were encountered: