Version 2.3.1
Version 2.3.1
1
Virtual enviorment found.
Installing requirements...
Collecting websockets==12.0 (from -r requirements.txt (line 1))
Using cached websockets-12.0-py3-none-any.whl.metadata (6.6 kB)
Collecting scikit-learn==1.3.2 (from -r requirements.txt (line 2))
Using cached scikit-learn-1.3.2.tar.gz (7.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
cpdef _sample_without_replacement_with_tracking_selection(
cnp.int_t n_population,
^
------------------------------------------------------------
cpdef _sample_without_replacement_with_tracking_selection(
cnp.int_t n_population,
cnp.int_t n_samples,
^
------------------------------------------------------------
sklearn\utils\_random.pyx:37:8: 'int_t' is not a type identifier
return np.asarray(out)
return np.asarray(out)
return np.asarray(out)
cpdef _sample_without_replacement_with_reservoir_sampling(
cnp.int_t n_population,
^
------------------------------------------------------------
cpdef _sample_without_replacement_with_reservoir_sampling(
cnp.int_t n_population,
cnp.int_t n_samples,
^
------------------------------------------------------------
return np.asarray(out)
return np.asarray(out)
cdef cnp.int_t i
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
cdef cnp.int_t[::1] out = np.empty((n_samples, ), dtype=int)
^
------------------------------------------------------------
cdef cnp.int_t i
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
cdef cnp.int_t[::1] out = np.empty((n_samples,), dtype=int)
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
cdef cnp.int_t[::1] out = np.empty((n_samples,), dtype=int)
cdef cnp.int_t[::1] pool = np.empty((n_population,), dtype=int)
^
------------------------------------------------------------
cdef cnp.int_t i
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
^
------------------------------------------------------------
cdef cnp.int_t i
cdef cnp.int_t j
cdef cnp.int_t[::1] out = np.empty((n_samples, ), dtype=int)
^
------------------------------------------------------------
ModuleNode.body = StatListNode(_random.pyx:13:0)
StatListNode.stats[8] = StatListNode(_random.pyx:156:6)
StatListNode.stats[0] = CFuncDefNode(_random.pyx:156:6,
args = [...]/3,
doc = 'Sample integers without replacement.\n\n Select n_samples
integers from the set [0, n_population) without\n replacement.\n\n Time
complexity of\n O((n_population - n_samples) * O(np.random.randint) +
n_samples)\n Space complexity of O(n_samples)\n\n\n Parameters\n
----------\n n_population : int\n The size of the set to sample from.\n\n
n_samples : int\n The number of integer to sample.\n\n random_state :
int, RandomState instance or None, default=None\n If int, random_state is
the seed used by the random number generator;\n If RandomState instance,
random_state is the random number generator;\n If None, the random number
generator is the RandomState instance used\n by `np.random`.\n\n Returns\
n -------\n out : ndarray of shape (n_samples,)\n The sampled subsets
of integer. The order of the items is not\n necessarily random. Use a random
permutation of the array if the order\n of the items has to be randomized.\n
',
modifiers = [...]/0,
overridable = 1,
visibility = 'private')
File 'Nodes.py', line 435, in analyse_expressions:
StatListNode(_random.pyx:161:4,
is_terminator = True)
File 'Nodes.py', line 6853, in analyse_expressions:
ForFromStatNode(_random.pyx:208:4,
relation1 = '<=',
relation2 = '<')
File 'Nodes.py', line 6875, in set_up_loop:
ForFromStatNode(_random.pyx:208:4,
relation1 = '<=',
relation2 = '<')
The above exception was the direct cause of the following exception:
note: This error originates from a subprocess, and is likely not a problem with
pip.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Traceback (most recent call last):
File "C:\Users\leona\Desktop\F1 MANAGER\DatabaseEditor-2.3.1\back\back.py", line
2, in <module>
import websockets
ModuleNotFoundError: No module named 'websockets'
up to date in 1s