-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found. #280
Comments
The above cmds work for me. Can you double-check if |
if the setup.py is missing. how to set up a required seyup.py? TX |
I'm curious why setup.py would be missing if you cloned the repo directly? You may try copy the |
Thanks for your answer. I have double checked the uploaded files in your page. And do not find the setup.py. Now, I use “anaconda +pycharm” to run the python on my MacBook. Could you send me one packaged set of file by email? I plan to do the AcyclicLp analysis of one complex network.
Many thank!
Ling
| |
张灵
|
|
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 06/29/2020 07:04, Zhiting Hu wrote:
I'm curious why setup.py would be missing if you cloned the repo directly?
You may try copy the setup.py file to your directory.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Clone the repo with |
Many thanks for your kind help!
Ling
| |
张灵
|
|
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 06/29/2020 11:21, Zhiting Hu wrote:
Clone the repo with git clone https://github.com/asyml/texar.git and you'll get setup.py under texar/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I had same problem and used this |
Facing similar issue × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
When I follow the below mentioned steps, I run into an error
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
Can someone please help me fix this bug ?
Was the setup.py removed from the "texar" directory ?
Thanks in advance : )
The text was updated successfully, but these errors were encountered: