On Mon, Oct 9, 2023 at 5:39 PM John H Palmieri <jhpalmier...@gmail.com> wrote:
>
> (I tried to send this last night and I see some indication that the message 
> was deleted, so I'm reposting. Apologies if this has already appeared.)
>
> I see some error message (aside from those already reported) but the build 
> completes anyway. These are probably not new.
>
> In pythran's log:
>
> ERROR: Could not find a version that satisfies the requirement numpy (from 
> pythran) (from versions: none)
> ERROR: No matching distribution found for numpy

numpy is a dependency of pythran, apparently - but it's not listed.

>
> In notebook's log:
>
>   ERROR: Could not find a version that satisfies the requirement 
> jupyter_packaging~=0.9 (from versions: none)
>   ERROR: No matching distribution found for jupyter_packaging~=0.9

not sure - I guess it's a good idea to make sure we're switching to
modern notebook (7) asap.

>
> Should we be concerned about these?
>
>
> On Monday, October 9, 2023 at 9:25:44 AM UTC-7 emanuel.c...@gmail.com wrote:
>>
>>
>>
>> Le lundi 9 octobre 2023 à 18:17:11 UTC+2, Dima Pasechnik a écrit :
>>
>> [ Snip... ]
>>
>> > The key seems to be “ERROR: Could not find a version that satisfies the 
>> > requirement hatchling (from versions: none)“, which I do not understand..
>>
>> just a missing dependency (hatchling) for attrs.
>>
>>
>> as a hotfix, run
>>
>> make hatchling
>>
>>
>> Seems to work...  but fails again :
>>
>> ```
>>   Processing 
>> /usr/local/sage-10/local/var/lib/sage/venv-python3.11/var/lib/sage/wheels/hatch_vcs-0.3.0-py3-none-any.whl
>>   ERROR: Could not find a version that satisfies the requirement 
>> hatch-fancy-pypi-readme (from versions: none)
>>   ERROR: No matching distribution found for hatch-fancy-pypi-readme
>>   error: subprocess-exited-with-error
>> ```
>>
>> Stuck again...
>>
>> [ Re-Snip... ]
>>
>>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/44895efa-3007-441d-ae1c-681d7c314d87n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq2KDfGizLuKO9bQACNjrpntougGyJ6_R0LNaeGHRSskLQ%40mail.gmail.com.

Reply via email to