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
When trying to init an existing project that is using setuptools I get the following error:
$ rye init --script -p 3.10 --no-readme --build-system setuptools --name my_project -r requirements.txt
error: failed to proxy setup.py
Traceback (most recent call last):
File "/home/jonasbu/build/devadmin3/./setup.py", line 2, in <module>
from setuptools import setup
File "/tmp/.tmp5DCYY6/setuptools.py", line 12, in <module>
import setuptools as __setuptools
File "/tmp/.tmp5DCYY6/setuptools.py", line 12, in <module>
import setuptools as __setuptools
ModuleNotFoundError: No module named 'setuptools'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to init an existing project that is using setuptools I get the following error:
Trying to install setuptools (again) results in:
What is the correct way to make setuptools available when using rye?
Beta Was this translation helpful? Give feedback.
All reactions