Skip to content
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 on running setup.py #33

Closed
BloodyNoah opened this issue May 1, 2022 · 4 comments
Closed

Error on running setup.py #33

BloodyNoah opened this issue May 1, 2022 · 4 comments

Comments

@BloodyNoah
Copy link
Contributor

I get this output, when I run setup.py:

[noah@ArchOnTopBtw bad_copenheimer]$ python3 setup.py 
Traceback (most recent call last):
  File "/home/noah/bad_copenheimer/setup.py", line 3, in <module>
    from funcs import ptime
  File "/home/noah/bad_copenheimer/funcs.py", line 9, in <module>
    with open(settings_path, "r") as read_file: # Open the settings file and start defineing variables from it
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/sbin:/usr/local/bin:/usr/bin:/home/noah/.dotnet/tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl'
[noah@ArchOnTopBtw bad_copenheimer]$ 
@Pilot1782
Copy link
Owner

It looks like you're using the dev-builds branch, I am currently debugging this and have working code on windows. I am in the process of supporting linux, once I have full support I will commit to the dev-builds and let you know.

@BloodyNoah
Copy link
Contributor Author

Nice, tyvm

@Pilot1782
Copy link
Owner

A fix in the main branch has been made.

@BloodyNoah
Copy link
Contributor Author

tyvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants